Skip to content

Bump globals from 15.9.0 to 15.10.0 #48

Bump globals from 15.9.0 to 15.10.0

Bump globals from 15.9.0 to 15.10.0 #48

Workflow file for this run

---
name: Test VPN
on:
- push
- workflow_dispatch
jobs:
test-vpn:
name: Test VPN connection
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
server: ${{ vars.RELOAD_HQ_IP }}
psk: ${{ secrets.RELOAD_VPN_PSK }}
username: ${{ vars.RELOAD_VPN_USERNAME }}
password: ${{ secrets.RELOAD_VPN_PASSWORD }}
route: 104.18.0.0/15
- name: Test VPN connection
run: |
[ "$(curl --silent https://canhazip.com)" == "${{ vars.RELOAD_HQ_IP }}" ] || exit 1