Skip to content

Commit

Permalink
Use read-only GCP SA
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Nov 12, 2024
1 parent 6f7f3ae commit d0abb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-geth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.0
with:
workload-id-provider: "projects/1094498259535/locations/global/workloadIdentityPools/gh-optimism/providers/github-by-repos"
service-account: "celo-optimism-gh@devopsre.iam.gserviceaccount.com"
workload-id-provider: "projects/1094498259535/locations/global/workloadIdentityPools/gh-optimism-ro/providers/github-by-repos"
service-account: "celo-optimism-gh-ro@devopsre.iam.gserviceaccount.com"
docker-gcp-registries: us-west1-docker.pkg.dev
access-token-lifetime: "2m"
- name: "Set up Cloud SDK"
Expand Down

0 comments on commit d0abb03

Please sign in to comment.