Skip to content

Commit

Permalink
fix: envinronment secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 8, 2023
1 parent 02a43c1 commit 7010ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
permissions:
contents: read
actions: read
environment: "staging"
uses: ./.github/workflows/backoffice_deploy_workflow.yaml
with:
environment: "staging"
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY_STAGING }}
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

0 comments on commit 7010ec9

Please sign in to comment.