File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,13 @@ jobs:
32
32
id : gcloud_auth
33
33
uses : google-github-actions/auth@v2
34
34
with :
35
- workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
35
+ workload_identity_provider : ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
36
36
service_account : ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
37
+ token_format : " access_token"
37
38
38
39
- name : Setup GCloud SDK
39
40
uses : " google-github-actions/setup-gcloud@v2"
40
41
41
- - name : " Access Token"
42
- run : gcloud auth print-access-token
43
-
44
42
# If the event that triggered the build was an annotated tag (which our
45
43
# tags are supposed to be), actions/checkout has a bug where the tag in
46
44
# question is only a lightweight tag and not a full annotated tag. This
You can’t perform that action at this time.
0 commit comments