1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 13:19:00 +00:00

ci: Add token with required scopes for Homebrew

This commit is contained in:
Matan Kushner 2019-10-13 13:58:25 +09:00
parent c668940292
commit 4d1f0b6c6f
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@v1 - 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 - 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: env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
# Create GitHub release with Rust build targets and release notes # Create GitHub release with Rust build targets and release notes
github_release: github_release: