Skip to content

Commit 156b5ea

Browse files
committed
wrong principal
1 parent d0cc85e commit 156b5ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ jobs:
3232
id: gcloud_auth
3333
uses: google-github-actions/auth@v2
3434
with:
35-
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
35+
workload_identity_provider: ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
3636
service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
37+
token_format: "access_token"
3738

3839
- name: Setup GCloud SDK
3940
uses: "google-github-actions/setup-gcloud@v2"
4041

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

0 commit comments

Comments
 (0)