Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reload/vpn-action
Setup VPN connection in a GitHUb Actions workflow
https://github.com/reload/vpn-action
Last synced: about 4 hours ago
JSON representation
Setup VPN connection in a GitHUb Actions workflow
- Host: GitHub
- URL: https://github.com/reload/vpn-action
- Owner: reload
- License: mit
- Created: 2024-08-28T12:06:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T00:55:09.000Z (2 days ago)
- Last Synced: 2024-11-16T01:29:54.214Z (2 days ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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:
```yaml
- 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
```