build: fix homebrew tap permissions
This commit is contained in:
parent
0df42511ce
commit
e113d55044
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -87,3 +87,4 @@ jobs:
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
|
||||
|
@ -33,6 +33,7 @@ brews:
|
||||
repository:
|
||||
owner: rfwatson
|
||||
name: homebrew-octoplex
|
||||
token: "{{ .Env.HOMEBREW_TOKEN }}"
|
||||
install: |
|
||||
bin.install "octoplex"
|
||||
test: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user