Skip to content

Commit 8055a51

Browse files
authored
release: add required token to release workflow
Add the required GITHUB_TOKEN token to the release workflow.
1 parent e4d3ac6 commit 8055a51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-homebrew.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212
id: version
1313
with:
14+
github-token: ${{secrets.GITHUB_TOKEN}}
1415
result-encoding: string
1516
script: |
1617
const { data } = await github.repos.getReleaseByTag({

0 commit comments

Comments
 (0)