Skip to content

Commit

Permalink
fix: remove extra slash at the beginning of workload_identity_provide…
Browse files Browse the repository at this point in the history
…r for gcp auth
  • Loading branch information
pablordoricaw committed Sep 17, 2024
1 parent 0f125d2 commit 5aaf766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: google-github-actions/auth@v2
with:
project_id: ${{ env.GCP_PROJECT_ID }}
workload_identity_provider: /projects/491900032446/locations/global/workloadIdentityPools/pulumi-cloud-pool/providers/pulumi-cloud
workload_identity_provider: projects/491900032446/locations/global/workloadIdentityPools/pulumi-cloud-pool/providers/pulumi-cloud
service_account: [email protected]
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 5aaf766

Please sign in to comment.