From 33d3ae6bba57a94d63405781379ecd31306da7a5 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Thu, 8 May 2025 01:36:06 +0800 Subject: [PATCH] Fix Cloud Run action example using service-account-based auth Signed-off-by: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> --- workflows/deploy-cloudrun/cloudrun-declarative.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/deploy-cloudrun/cloudrun-declarative.yml b/workflows/deploy-cloudrun/cloudrun-declarative.yml index 8d937aa..7979054 100644 --- a/workflows/deploy-cloudrun/cloudrun-declarative.yml +++ b/workflows/deploy-cloudrun/cloudrun-declarative.yml @@ -85,6 +85,7 @@ jobs: # uses: 'google-github-actions/auth@v0' # with: # credentials_json: '${{ secrets.GCP_CREDENTIALS }}'' + # token_format: 'access_token' # BEGIN - Docker auth and build (NOTE: If you already have a container image, these Docker steps can be omitted)