Skip to content

Commit d0cc85e

Browse files
committed
idk
1 parent 535bdff commit d0cc85e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
with:
3535
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
3636
service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
37-
token_format: "access_token"
3837

3938
- name: Setup GCloud SDK
4039
uses: "google-github-actions/setup-gcloud@v2"
4140

41+
- name: "Access Token"
42+
run: gcloud auth print-access-token
43+
4244
# If the event that triggered the build was an annotated tag (which our
4345
# tags are supposed to be), actions/checkout has a bug where the tag in
4446
# question is only a lightweight tag and not a full annotated tag. This

0 commit comments

Comments
 (0)