Skip to content

Commit

Permalink
add service account for google-github-actions/auth@v2 to generate tok…
Browse files Browse the repository at this point in the history
…ens used when impersonating the service account
  • Loading branch information
epiccoolguy committed Jan 30, 2024
1 parent e6e8882 commit 297d706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
project_id: "go-modproxy"
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER_ID }}
service_account: "${{ secrets.GOOGLE_CLOUD_RUN_SERVICE_ACCOUNT }}"

- name: "Set up Google Cloud SDK"
uses: "google-github-actions/setup-gcloud@v2"
Expand Down

0 comments on commit 297d706

Please sign in to comment.