Skip to content

Commit

Permalink
Wrapped project secret in nested expression
Browse files Browse the repository at this point in the history
Wrapped project secret in nested expression
  • Loading branch information
ericdrosas87 committed Aug 7, 2024
1 parent bb36703 commit b893b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-push-gae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.DEV_SA_KEY }}
project_id: secrets.SV_PROJ_NAME
project_id: ${{ secrets.SV_PROJ_NAME }}
export_default_credentials: true

- name: Build Container Image
Expand Down

0 comments on commit b893b15

Please sign in to comment.