Skip to content

Commit

Permalink
pass a dedicated token to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jan 14, 2023
1 parent 870a05a commit 01f8a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
- run: echo "${HOME}/.humanlog/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 01f8a03

Please sign in to comment.