brew github token
This commit is contained in:
parent
3f06afce02
commit
d592b5f2d8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
# The GitHub Token (saved as a repo secret) that has `repo` permissions for the homebrew tap you want to release to.
|
# The GitHub Token (saved as a repo secret) that has `repo` permissions for the homebrew tap you want to release to.
|
||||||
# Required - string.
|
# Required - string.
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.BREW_GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Git author info used to commit to the homebrew tap.
|
# Git author info used to commit to the homebrew tap.
|
||||||
# Defaults are shown - strings.
|
# Defaults are shown - strings.
|
||||||
|
Reference in New Issue
Block a user