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.
2 parents 5eb37f4 + 2401e97 commit e607de2Copy full SHA for e607de2
.github/workflows/withdraw-packages.yaml
@@ -11,8 +11,7 @@ on:
11
# Don't withdraw during builds, to prevent out of sync signatures.
12
concurrency: build
13
14
-permissions:
15
- contents: read
+permissions: {}
16
17
jobs:
18
withdraw:
@@ -37,7 +36,7 @@ jobs:
37
36
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
38
id: auth
39
with:
40
- workload_identity_provider: "projects/12758742386/locations/global/workloadIdentityPools/github-pool/providers/github-provider"
+ workload_identity_provider: "projects/12758742386/locations/global/workloadIdentityPools/gh-pool-wolfi/providers/github-provider"
41
service_account: "[email protected]"
42
- uses: google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5
43
0 commit comments