We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64edbb commit b83b7b9Copy full SHA for b83b7b9
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
token_format: "access_token"
28
service_account: artifact-writer@${{ env.GCP_PROJECT_ID }}.iam.gserviceaccount.com
29
- workload_identity_provider: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
+ workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
30
- name: Log in to the container registry
31
uses: docker/login-action@v2
32
0 commit comments