Skip to content

Commit

Permalink
fix: use correct zitadel AUTH for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Aug 28, 2023
1 parent a210342 commit 9658d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
working-directory: infrastructure
env:
TF_VAR_release_version: ${{ needs.release.outputs.new_release_version }}
TF_VAR_zitadel_auth: ${{ secrets.GOOGLE_DEPLOYER }}
TF_VAR_zitadel_auth: ${{ secrets.ZITADEL_DEPLOYER }}

0 comments on commit 9658d4c

Please sign in to comment.