Skip to content

Commit

Permalink
fix(build): apparently you need to use a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
grampelberg committed Sep 15, 2024
1 parent f0a514a commit f14eac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: homebrew-releaser
on:
release:
types:
- created
- published
- released

jobs:
homebrew-releaser:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.RELEASE_TOKEN }}
body_path: CHANGELOG.md
files: |-
/tmp/binaries/*
Expand Down

0 comments on commit f14eac4

Please sign in to comment.