Skip to content

Commit c1ec880

Browse files
authored
Merge pull request #122 from microsoft/fix-release-workflow
release: add required token to release workflow
2 parents e4d3ac6 + 8055a51 commit c1ec880

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)