Skip to content

Commit

Permalink
feat: Update tls_auth_key to tls_crypt_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Mar 13, 2024
1 parent c25556c commit d93d259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ovpn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
config_file: ./client.ovpn
client_key: ${{ secrets.OVPN_CLIENT_KEY }}
tls_auth_key: ${{ secrets.OVPN_TLS_AUTH_KEY }}
tls_crypt_key: ${{ secrets.OVPN_TLS_CRYPT_KEY }}

- name: Test VPN connection
timeout-minutes: 1
Expand Down

0 comments on commit d93d259

Please sign in to comment.