File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 env :
1818 HOMEBREW_NO_INSTALL_FROM_API : 1 # https://github.com/Homebrew/brew/issues/15049
19- HOMEBREW_GITHUB_API_TOKEN : ${{ github.token }}
20- GH_TOKEN : ${{ github.token }}
21- GITHUB_TOKEN : ${{ github.token }}
19+ HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.HOMEBREW_BUMP_PR_TOKEN }}
20+ GH_TOKEN : ${{ secrets.HOMEBREW_BUMP_PR_TOKEN }}
21+ GITHUB_TOKEN : ${{ secrets.HOMEBREW_BUMP_PR_TOKEN }}
2222 TAP : ${{ github.repository_owner }}/risingwave
2323 steps :
2424 - name : Set up Homebrew
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ $ $(brew --prefix risingwave@1.2)/bin/risingwave --version
4747### GitHub Actions
4848
4949We use the manual GitHub Actions workflow ` bump risingwave ` to bump the formula. This requires write access to this repository.
50+ The workflow expects a repository secret ` HOMEBREW_BUMP_PR_TOKEN ` (PAT or GitHub App token) with permissions to push branches and open PRs.
5051
51521 . Go to ** Actions** → ** bump risingwave** → ** Run workflow**
52532 . (Optional) Set ` version ` to ` x.y.z ` . If left empty, it uses the latest stable release (ignores prereleases).
You can’t perform that action at this time.
0 commit comments