Skip to content

Commit c6c0eb7

Browse files
authored
Merge pull request #4 from milldr/fix/release-token
Use HOMEBREW_TAP_TOKEN in release workflow
2 parents cb9bd8d + c2665fc commit c6c0eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
version: latest
2929
args: release --clean
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

0 commit comments

Comments
 (0)