File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,14 @@ jobs:
53
53
- uses : ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
54
54
55
55
- name : Set up Cloud SDK
56
+ if : false # securesign/rekor we dont have access to this gcp resource so this will always fail, this skips the step
56
57
uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
57
58
with :
58
59
workload_identity_provider : ' projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-rekor'
59
60
service_account : ' github-actions-rekor@projectsigstore.iam.gserviceaccount.com'
60
61
61
62
- name : creds
63
+ if : false # securesign/rekor we dont have access to this gcp resource so this will always fail, this skips the step
62
64
run : gcloud auth configure-docker --quiet
63
65
64
66
- name : container
You can’t perform that action at this time.
0 commit comments