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 156b5ea commit f136fa1Copy full SHA for f136fa1
.github/workflows/test.yaml
@@ -39,6 +39,9 @@ jobs:
39
- name: Setup GCloud SDK
40
uses: "google-github-actions/setup-gcloud@v2"
41
42
+ - name: Token
43
+ run: gcloud auth print-acces-token
44
+
45
# If the event that triggered the build was an annotated tag (which our
46
# tags are supposed to be), actions/checkout has a bug where the tag in
47
# question is only a lightweight tag and not a full annotated tag. This
0 commit comments