Skip to content

Commit a57c8fb

Browse files
authored
chore: use different GCP SA secrets in release workflow (#46)
1 parent 51bf68e commit a57c8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+2-2
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)