mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Review comments
This commit is contained in:
parent
8ffee6ac02
commit
43e67e4203
4
.github/workflows/brew.yaml
vendored
4
.github/workflows/brew.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Homebrew
|
||||
name: brew
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
|
@ -15,6 +15,6 @@ jobs:
|
|||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
|
||||
token: ${{secrets.TOKEN}}
|
||||
token: ${{secrets.BREW_TOKEN}}
|
||||
# Formula name, required
|
||||
formula: forgit
|
||||
|
|
|
|||
Loading…
Reference in a new issue