Skip to content

Commit b83b7b9

Browse files
authored
fix(github-etl): Fix workload identity provider
1 parent b64edbb commit b83b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
token_format: "access_token"
2828
service_account: artifact-writer@${{ env.GCP_PROJECT_ID }}.iam.gserviceaccount.com
29-
workload_identity_provider: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
29+
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
3030
- name: Log in to the container registry
3131
uses: docker/login-action@v2
3232
with:

0 commit comments

Comments
 (0)