Skip to content

Commit

Permalink
feat: stop signing attestations with cosign (chainloop-dev#1820)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose I. Paris <[email protected]>
  • Loading branch information
jiparis authored Feb 17, 2025
1 parent 58967d5 commit 4d1c3c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/package_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ jobs:
- name: Finish and Record Attestation
if: ${{ success() }}
run: |
chainloop attestation push --key env://CHAINLOOP_SIGNING_KEY
env:
CHAINLOOP_SIGNING_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
CHAINLOOP_SIGNING_KEY: ${{ secrets.COSIGN_KEY }}
chainloop attestation push
- name: Mark attestation as failed
if: ${{ failure() }}
Expand Down

0 comments on commit 4d1c3c0

Please sign in to comment.