Skip to content

Commit

Permalink
feat: use newly created github-actions-pool and github-actions in gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 17, 2024
1 parent 5aaf766 commit 5fd81d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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
service_account: spn-pulumi-cloud@hello-pulumi-435400.iam.gserviceaccount.com
workload_identity_provider: projects/491900032446/locations/global/workloadIdentityPools/github-actions-pool
service_account: github-actions@hello-pulumi-435400.iam.gserviceaccount.com
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5fd81d5

Please sign in to comment.