brew github token

This commit is contained in:
2022-12-18 21:56:27 +01:00
parent 3f06afce02
commit d592b5f2d8

View File

@@ -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.