actions-marketplace-validations/OpenVPN 3 Action
Using OpenVPN 3 to start a VPN session
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 20, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dbritto-dev_openvpn3-action@cf5050b3d96d89fbe3a05e3b226f63f71e7364b2 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vpn-client-config | VPN Client Config is the OpenVPN profile file (.ovpn or .conf). The value should be encoded on Base 64. | yes | — |
| vpn-autoload-config | VPN Autoload Config is the username and password file (.autoload) to support auth-user-pass The value should be encoded on Base 64. | no | "" |
| script | The script to run. The should use POSIX format as bash script. | yes | — |
Outputs
no outputs