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 45
45
run : |
46
46
chainloop attestation init
47
47
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 : chainloop-release-github@bedrock-371810.iam.gserviceaccount.com
56
+
48
57
- name : Docker login to Github Packages
49
58
uses : docker/login-action@v2
50
59
with :
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ signs:
51
51
]
52
52
artifacts : all
53
53
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
+
54
60
docker_signs :
55
61
# COSIGN_PASSWORD is also required to be present
56
62
- cmd : cosign
You can’t perform that action at this time.
0 commit comments