Skip to content

Commit

Permalink
Fix SA used
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Nov 29, 2024
1 parent 9343da3 commit 1844c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: google-github-actions/auth@v2
with:
workload_identity_provider: "projects/${{secrets.GAR_PROJECT_NUMBER}}/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
service_account: "gh-actions-dapla-stat@${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
service_account: "gh-actions-dapla-pseudo@${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
token_format: access_token

- name: Login to Artifact Registry
Expand Down

0 comments on commit 1844c20

Please sign in to comment.