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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use generic secret names that will be per-environment thanks to GitHub
Browse files Browse the repository at this point in the history
halprin committed Mar 8, 2024
1 parent 0166e37 commit a603374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
@@ -18,10 +18,10 @@ jobs:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CDC_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_CDC_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_CDC_DMZ_C1_SUBSCRIPTION_ID }}
VPN_TLS_KEY: ${{ secrets.VPN_TLS_KEY_DEV }}
VPN_CA_CERTIFICATE: ${{ secrets.VPN_CA_CERTIFICATE_DEV }}
VPN_GITHUB_CERTIFICATE: ${{ secrets.VPN_GITHUB_CERTIFICATE_DEV }}
VPN_GITHUB_SECRET_KEY: ${{ secrets.VPN_GITHUB_SECRET_KEY_DEV }}
VPN_TLS_KEY: ${{ secrets.VPN_TLS_KEY }}
VPN_CA_CERTIFICATE: ${{ secrets.VPN_CA_CERTIFICATE }}
VPN_GITHUB_CERTIFICATE: ${{ secrets.VPN_GITHUB_CERTIFICATE}}
VPN_GITHUB_SECRET_KEY: ${{ secrets.VPN_GITHUB_SECRET_KEY }}

dev-deploy:
name: Dev Application Deploy

0 comments on commit a603374

Please sign in to comment.