We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461dec3 commit 12a1d74Copy full SHA for 12a1d74
.github/workflows/staging-release.yaml
@@ -653,7 +653,7 @@ jobs:
653
# The key needs to cope with newlines
654
run: |
655
echo -e "${COSIGN_PRIVATE_KEY}" > /tmp/my_cosign.key
656
- cosign sign --key /tmp/my_cosign.key --recursive \
+ cosign sign --key /tmp/my_cosign.key --recursive --yes \
657
-a "repo=${{ github.repository }}" \
658
-a "workflow=${{ github.workflow }}" \
659
-a "release=${{ github.event.inputs.version }}" \
0 commit comments