Skip to content

Commit dca5b53

Browse files
authored
Use PROJECT_ID from environment (#9)
While it's possible to use `PROJECT_ID` from a secret, as it's already in the environment we should read from there.
1 parent adc8781 commit dca5b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/create-cloud-deploy-release/cloud-deploy-to-cloud-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: 'Set up Cloud SDK'
109109
uses: 'google-github-actions/setup-gcloud@v1'
110110
with:
111-
project_id: '${{ secrets.PROJECT_ID }}'
111+
project_id: '${{ env.PROJECT_ID }}'
112112

113113
- name: 'Docker auth'
114114
run: |-

0 commit comments

Comments
 (0)