From 3d07c08f4fcfd119a007a5dc44522efc3ba44f5a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 9 Oct 2019 19:46:02 +0900 Subject: [PATCH] ci: Fix environment variable used by brew --- .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 9577d6ac..72424d1a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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: