[ci] Fix bump-homebrew-formula-action step

COMITTER_TOKEN only has `public_repo` scope, so it can't verify the SHA2
sum of the download from under the SAML-protected `github` org

340b79ac78/checks?check_suite_id=412124491
This commit is contained in:
Mislav Marohnić 2020-01-21 16:24:38 +01:00
Родитель 340b79ac78
Коммит 373d387eba
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -28,3 +28,4 @@ jobs:
formula-name: hub
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}