workflows/publish-commit-bottles: fix token usage (#74757)
Co-authored-by: Bo Anderson <mail@boanderson.me>master
parent
760281826c
commit
baa1c2f9d6
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
- name: Pull and upload bottles to GitHub Packages
|
||||
env:
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
HOMEBREW_GITHUB_PACKAGES_USER: brewtestbot
|
||||
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{secrets.HOMEBREW_CORE_GITHUB_PACKAGES_TOKEN}}
|
||||
run: brew pr-pull --debug --workflows=tests.yml --no-commit --verbose --root-url="https://ghcr.io/v2/homebrew/core" ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}}
|
||||
|
|
Loading…
Reference in New Issue