Skip to content

Commit

Permalink
FIX: Use env instead of with (what the fuck is with even supposed to …
Browse files Browse the repository at this point in the history
…be for)
  • Loading branch information
magicaldave committed Jan 19, 2025
1 parent 586ffb7 commit a9b5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: sigstore/cosign-installer@main
- name: sign
- with:
- env:
SIGN_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
run: |
echo $SIGN_KEY > private.key
Expand Down

0 comments on commit a9b5d8f

Please sign in to comment.