Skip to content

Commit

Permalink
Fix service account (#435)
Browse files Browse the repository at this point in the history
We updated the service account mapping internally and forgot to update
it here.
  • Loading branch information
rubensf authored Feb 9, 2024
1 parent 0b854cd commit 38fcea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363
with:
workload_identity_provider: projects/252484117105/locations/global/workloadIdentityPools/modules-workload-pool/providers/modules-workload-provider
service_account: buf-modules-1-publisher@buf-modules-1.iam.gserviceaccount.com
service_account: buf-modules-1-bufbuild-modules@buf-modules-1.iam.gserviceaccount.com
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200
- name: Upload To Release Bucket
Expand Down

0 comments on commit 38fcea3

Please sign in to comment.