We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535bdff commit d0cc85eCopy full SHA for d0cc85e
.github/workflows/test.yaml
@@ -34,11 +34,13 @@ jobs:
34
with:
35
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
36
service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
37
- token_format: "access_token"
38
39
- name: Setup GCloud SDK
40
uses: "google-github-actions/setup-gcloud@v2"
41
+ - name: "Access Token"
42
+ run: gcloud auth print-access-token
43
+
44
# If the event that triggered the build was an annotated tag (which our
45
# tags are supposed to be), actions/checkout has a bug where the tag in
46
# question is only a lightweight tag and not a full annotated tag. This
0 commit comments