ci: Fix environment variable used by brew

This commit is contained in:
Matan Kushner 2019-10-09 19:46:02 +09:00
parent 14b266869f
commit 3d07c08f4f
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ jobs:
- uses: actions/checkout@v1
- run: brew bump-formula-pr --url=https://github.com/starship/starship/archive/$(git describe --tags).tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Create GitHub release with Rust build targets and release notes
github_release: