Skip to content

Commit 4d23f58

Browse files
committed
Cosign singing trial 3
1 parent cda9114 commit 4d23f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64"
5858
sudo mv cosign-linux-amd64 /usr/local/bin/cosign
5959
sudo chmod +x /usr/local/bin/cosign
60-
cat secrets.COSIGNKEY | base64 -d > cosign.key
61-
cosign sign --key=secrets.COSIGNKEY ghcr.io/gimlet-io/capacitor:v-cosign-test2@sha256:8a401a551dbc75d56ddfa8b878b919280eaf3404469ce8a8b5ca9b82dc48384d
60+
echo ${{ secrets.COSIGNKEY }} | base64 -d > cosign.key
61+
cosign sign --key=cosign.key ghcr.io/gimlet-io/capacitor:v-cosign-test2@sha256:8a401a551dbc75d56ddfa8b878b919280eaf3404469ce8a8b5ca9b82dc48384d

0 commit comments

Comments
 (0)