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
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
|
||||||
|
@ -33,6 +33,7 @@ brews:
|
|||||||
repository:
|
repository:
|
||||||
owner: rfwatson
|
owner: rfwatson
|
||||||
name: homebrew-octoplex
|
name: homebrew-octoplex
|
||||||
|
token: "{{ .Env.HOMEBREW_TOKEN }}"
|
||||||
install: |
|
install: |
|
||||||
bin.install "octoplex"
|
bin.install "octoplex"
|
||||||
test: |
|
test: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user