Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 593 Bytes

Setup VPN connection in a GitHUb Actions workflow

This action sets up a VPN connection in a GitHub Actions workflow.

Note

  • This action is only supported on Linux runners.
  • This is designed to work with our Unifi VPN. Other VPNs may not work.

Example setup:

      - uses: reload/vpn-action@main
        with:
          server: ${{ vars.RELOAD_HQ_IP }}
          psk: ${{ secrets.RELOAD_VPN_PSK }}
          username: ${{ vars.RELOAD_VPN_USERNAME }}
          password: ${{ secrets.RELOAD_VPN_PASSWORD }}
          route: 94.23.123.122  # platform.sh FR-3 pr sites