Skip to content

Initial commit

Initial commit #5

Workflow file for this run

---
name: Test VPN
on: [ push, workflow_dispatch ]
jobs:
test-vpn:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
server: ${{ secrets.VPN_SERVER }}
psk: ${{ secrets.VPN_PSK }}
username: ${{ secrets.VPN_USERNAME }}
password: ${{ secrets.VPN_PASSWORD }}
- run: curl https://canhazip.com