File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 chainloop attestation init
4747
48+ # TODO: remove once we move the releases and the installation script to Github
49+ - name : " Configure Google Cloud credentials"
50+ id : " auth-google"
51+ uses : " google-github-actions/auth@v0"
52+ with :
53+ token_format : " access_token"
54+ workload_identity_provider : projects/1044976554810/locations/global/workloadIdentityPools/chainloop-github-pool/providers/github-provider
55+ service_account :
[email protected] 56+
4857 - name : Docker login to Github Packages
4958 uses : docker/login-action@v2
5059 with :
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ signs:
5151 ]
5252 artifacts : all
5353
54+ # TODO: remove once we move the releases and the installation script to Github
55+ blobs :
56+ - provider : gs
57+ bucket : chainloop-releases-public
58+ folder : " cli/{{ .Version }}"
59+
5460docker_signs :
5561 # COSIGN_PASSWORD is also required to be present
5662 - cmd : cosign
You can’t perform that action at this time.
0 commit comments