Skip to content

Commit

Permalink
Add specific minimal ci/cd service account instead of all access account
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jul 18, 2024
1 parent c2a82b3 commit c959f83
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 @@ -20,7 +20,7 @@ jobs:
uses: "google-github-actions/auth@v2"
with:
workload_identity_provider: "projects/1019539084286/locations/global/workloadIdentityPools/github/providers/sourcify"
service_account: "1019539084286-compute@developer.gserviceaccount.com"
service_account: "[email protected].gserviceaccount.com"
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c959f83

Please sign in to comment.