Skip to content

Commit

Permalink
Fix passing secrets to env
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Nov 11, 2024
1 parent 9b1c8ed commit fd82e93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push]
jobs:
deploy-infrastructure:
runs-on: ubuntu-latest
env:
TF_VAR_application_credential_id: ${{ secrets.TF_VAR_application_credential_id }}
TF_VAR_application_credential_secret: ${{ secrets.TF_VAR_application_credential_secret }}
steps:
- uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit fd82e93

Please sign in to comment.