build: fix homebrew tap permissions

This commit is contained in:
Rob Watson 2025-04-17 07:29:02 +02:00
parent 0df42511ce
commit e113d55044
2 changed files with 2 additions and 0 deletions

View File

@ -87,3 +87,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

View File

@ -33,6 +33,7 @@ brews:
repository:
owner: rfwatson
name: homebrew-octoplex
token: "{{ .Env.HOMEBREW_TOKEN }}"
install: |
bin.install "octoplex"
test: |