jworford/OpenVPN Connect Windows
Establish OpenVPN connection on Windows runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 21, 2025
- License
- MIT
Pinned Snippet
uses: jworford/github-openvpn-windows-action@b66269ae13d8e5bcb717724c64ad9b23171602df # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config | OpenVPN configuration file content (.ovpn) | yes | — |
| username | OpenVPN username | yes | — |
| password | OpenVPN password | yes | — |
| test-connection | Test connection to specific host:port (format: host:port) | no | "" |
| connection-timeout | Timeout in seconds to wait for VPN connection | no | 45 |
| max-test-attempts | Maximum connection test attempts | no | 10 |
Outputs
no outputs