Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f8ce2d

Browse files
authoredMar 7, 2025··
chore: use different GCP SA secrets in release workflow
1 parent 51bf68e commit 3f8ce2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
id: gcloud_auth
6262
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
6363
with:
64-
workload_identity_provider: ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
65-
service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
64+
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
65+
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
6666
token_format: "access_token"
6767

6868
- name: Install wix

0 commit comments

Comments
 (0)
Please sign in to comment.