diff --git a/.github/workflows/test_set_1.yml b/.github/workflows/test_set_1.yml index 0317615..9b3eada 100644 --- a/.github/workflows/test_set_1.yml +++ b/.github/workflows/test_set_1.yml @@ -140,6 +140,8 @@ jobs: -e '/status=0/a sed -i "/swan_ver_latest=/s/^/#/" /opt/src/ikev2.sh' \ vpnsetup.sh + bash vpnsetup.sh + VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \ VPN_USER='your_vpn_username' \ VPN_PASSWORD='your_vpn_password' \ diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index f9f928a..7bf719c 100644 --- a/.github/workflows/test_set_2.yml +++ b/.github/workflows/test_set_2.yml @@ -148,6 +148,8 @@ jobs: -e '/status=0/a sed -i "/swan_ver_latest=/s/^/#/" /opt/src/ikev2.sh' \ vpnsetup.sh + bash vpnsetup.sh + VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \ VPN_USER='your_vpn_username' \ VPN_PASSWORD='your_vpn_password' \