Skip to content

Commit 08e610b

Browse files
s
1 parent 1bf36fe commit 08e610b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT: ${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
2121
run: echo $NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT
2222

23-
# @see: https://github.com/google-github-actions/auth?tab=readme-ov-file#direct-wif
24-
- name: 'Google auth'
25-
id: 'auth'
26-
uses: 'google-github-actions/auth@v2'
27-
with:
28-
project_id: '${{ secrets.GCP_PROJECT_ID }}'
29-
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
23+
# @see: https://github.com/google-github-actions/auth?tab=readme-ov-file#direct-wif
24+
- name: 'Google auth'
25+
id: 'auth'
26+
uses: 'google-github-actions/auth@v2'
27+
with:
28+
project_id: '${{ secrets.GCP_PROJECT_ID }}'
29+
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'

0 commit comments

Comments
 (0)