Skip to content

Commit

Permalink
fix: export secrets to env
Browse files Browse the repository at this point in the history
  • Loading branch information
dotslashf committed Sep 6, 2024
1 parent 46bf31d commit 0fcd836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
exit 1
fi
export REGION=$REGION
export PROJECT_ID=$PROJECT_ID
export REGION=${{ env.REGION }}
export PROJECT_ID=${{ env.PROJECT_ID }}
export GITHUB_SHA=${{ github.sha }}
export GCP_SA_KEY="$GCP_SA_KEY"
Expand Down

0 comments on commit 0fcd836

Please sign in to comment.