aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-10 19:30:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-10 19:30:25 +0300
commita92c6aebbcb4c6001c935911609fef8e325cda1c (patch)
tree487d1ea801be0c0ff0d4951be63ee4e11e8a0b39 /.github/workflows/test.yml
parentREADME: add CI badge (diff)
downloadsetup-wireguard-a92c6aebbcb4c6001c935911609fef8e325cda1c.tar.gz
setup-wireguard-a92c6aebbcb4c6001c935911609fef8e325cda1c.zip
fix parameter order
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7b046e9..4c6fe16 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,8 +27,8 @@ jobs:
endpoint: '${{ secrets.ENDPOINT }}'
endpoint_public_key: '${{ secrets.ENDPOINT_PUBLIC }}'
ips: '${{ secrets.IPS }}'
+ allowed_ips: '${{ secrets.ALLOWED_IPS }}'
private_key: '${{ secrets.PRIVATE }}'
preshared_key: '${{ secrets.PRESHARED }}'
- allowed_ips: '${{ secrets.ALLOWED_IPS }}'
- name: Check endpoint
run: ping -W 10 -c 5 -- '${{ secrets.ENDPOINT_PRIVATE_IP }}'