diff --git a/.github/workflows/invy-api.yml b/.github/workflows/invy-api.yml index f110e31..09766de 100644 --- a/.github/workflows/invy-api.yml +++ b/.github/workflows/invy-api.yml @@ -111,7 +111,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/936800855868/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-prod@invy-prod.iam.gserviceaccount.com @@ -151,7 +151,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/434214998297/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-dev@invy-dev.iam.gserviceaccount.com @@ -174,7 +174,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/936800855868/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-prod@invy-prod.iam.gserviceaccount.com