Skip to content

Commit 80756ce

Browse files
authored
Fix Cloud Run action example using service-account-based auth (#23)
Added missing `token_format: 'access_token'` for the `google-github-actions/auth@v0` step, fixing Cloud Run action example using service-account-based auth, ensuring docker-auth works Signed-off-by: RobotHanzo <[email protected]>
1 parent ca54f3a commit 80756ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflows/deploy-cloudrun/cloudrun-declarative.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
# uses: 'google-github-actions/auth@v0'
8686
# with:
8787
# credentials_json: '${{ secrets.GCP_CREDENTIALS }}''
88+
# token_format: 'access_token'
8889

8990
# BEGIN - Docker auth and build (NOTE: If you already have a container image, these Docker steps can be omitted)
9091

0 commit comments

Comments
 (0)