We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bf68e commit a57c8fbCopy full SHA for a57c8fb
.github/workflows/release.yaml
@@ -61,8 +61,8 @@ jobs:
61
id: gcloud_auth
62
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
63
with:
64
- workload_identity_provider: ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
65
- service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
+ workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
+ service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
66
token_format: "access_token"
67
68
- name: Install wix
0 commit comments