We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057bb31 commit 5002fb2Copy full SHA for 5002fb2
.github/workflows/deploy-preview.yml
@@ -144,10 +144,9 @@ jobs:
144
node-version: "20"
145
cache: "yarn"
146
147
- # 2. ADDED AUTHENTICATION STEP
148
- name: Authenticate to Google Cloud
149
id: auth
150
- uses: google-github-actions/auth@v2
+ uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
151
with:
152
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
153
service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}
0 commit comments