Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Ue correct secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Mar 7, 2024
1 parent 7ef22af commit 7fc40b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/db_rollback.yml
Original file line number Diff line number Diff line change
@@ -69,12 +69,12 @@ jobs:
id: connect_vpn
with:
PING_URL: ${{ env.DATABASE_HOSTNAME }}
FILE_OVPN: ./operations/vpn/${{ inputs.ENVIRONMENT }}.ovpn
FILE_OVPN: ./operations/vpn/${{ github.event.inputs.environment }}.ovpn
TLS_KEY: ${{ secrets.VPN_TLS_KEY }}
env:
CA_CRT: ${{ secrets.VPN_CA_CERTIFICATE }}
USER_CRT: ${{ secrets.VPN_USER_CERTIFICATE }}
USER_KEY: ${{ secrets.VPN_USER_SECRET_KEY }}
USER_CRT: ${{ secrets.VPN_GITHUB_CERTIFICATE }}
USER_KEY: ${{ secrets.VPN_GITHUB_SECRET_KEY }}

- name: debug
run: dig ${{ env.DATABASE_HOSTNAME }}

0 comments on commit 7fc40b5

Please sign in to comment.