From 4d1f0b6c6f6c8e2a905fa5fe33c54cc1e8a6acba Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 13 Oct 2019 13:58:25 +0900 Subject: [PATCH] ci: Add token with required scopes for Homebrew --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 75e79506..5bf95d82 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -168,7 +168,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: - 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 github_release: