Skip to content

Commit

Permalink
ci(release): add COSIGN_PASSWORD when do release
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Jun 11, 2024
1 parent 52aa811 commit 5eda6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:

- run: goreleaser release --clean --skip validate
env:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 5eda6e2

Please sign in to comment.