Skip to content

Commit 60630c7

Browse files
authored
Merge pull request #405 from securesign/skip-gcp-step
Skip GCP step
2 parents dd0f3f4 + fe5e6c7 commit 60630c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
5454

5555
- 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
5657
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
5758
with:
5859
workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-rekor'
5960
service_account: 'github-actions-rekor@projectsigstore.iam.gserviceaccount.com'
6061

6162
- name: creds
63+
if: false # securesign/rekor we dont have access to this gcp resource so this will always fail, this skips the step
6264
run: gcloud auth configure-docker --quiet
6365

6466
- name: container

0 commit comments

Comments
 (0)