Skip to content

Commit 12a1d74

Browse files
Patrick Stephenspatrick-stephens
authored andcommitted
workflows: ensure we approve cosign
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 461dec3 commit 12a1d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ jobs:
653653
# The key needs to cope with newlines
654654
run: |
655655
echo -e "${COSIGN_PRIVATE_KEY}" > /tmp/my_cosign.key
656-
cosign sign --key /tmp/my_cosign.key --recursive \
656+
cosign sign --key /tmp/my_cosign.key --recursive --yes \
657657
-a "repo=${{ github.repository }}" \
658658
-a "workflow=${{ github.workflow }}" \
659659
-a "release=${{ github.event.inputs.version }}" \

0 commit comments

Comments
 (0)