parent
a2bbec6d21
commit
a883956917
|
@ -156,14 +156,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||||
|
|
||||||
- name: Upload bottles to GitHub Packages
|
|
||||||
env:
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_USER: brewtestbot
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{secrets.HOMEBREW_GITHUB_PACKAGES_API_TOKEN}}
|
|
||||||
run: |
|
|
||||||
cd ~/bottles
|
|
||||||
brew pr-upload --verbose --keep-old --root-url="https://ghcr.io/v2/Homebrew/homebrew-core"
|
|
||||||
|
|
||||||
- name: Post comment on failure
|
- name: Post comment on failure
|
||||||
if: ${{!success() && github.event.inputs.issue > 0}}
|
if: ${{!success() && github.event.inputs.issue > 0}}
|
||||||
uses: Homebrew/actions/post-comment@master
|
uses: Homebrew/actions/post-comment@master
|
||||||
|
|
|
@ -157,14 +157,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||||
|
|
||||||
- name: Upload bottles to GitHub Packages
|
|
||||||
env:
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_USER: brewtestbot
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{secrets.HOMEBREW_GITHUB_PACKAGES_API_TOKEN}}
|
|
||||||
run: |
|
|
||||||
cd ~/bottles
|
|
||||||
brew pr-upload --verbose --root-url="https://ghcr.io/v2/Homebrew/homebrew-core"
|
|
||||||
|
|
||||||
- name: Post comment on failure
|
- name: Post comment on failure
|
||||||
if: ${{!success() && github.event.inputs.issue > 0}}
|
if: ${{!success() && github.event.inputs.issue > 0}}
|
||||||
uses: Homebrew/actions/post-comment@master
|
uses: Homebrew/actions/post-comment@master
|
||||||
|
|
|
@ -76,13 +76,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||||
|
|
||||||
- name: Pull and upload bottles to GitHub Packages
|
|
||||||
env:
|
|
||||||
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_USER: brewtestbot
|
|
||||||
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{secrets.HOMEBREW_GITHUB_PACKAGES_API_TOKEN}}
|
|
||||||
run: brew pr-pull --debug --workflows=tests.yml ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}} --verbose --root-url="https://ghcr.io/v2/Homebrew/homebrew-core"
|
|
||||||
|
|
||||||
- name: Post comment on failure
|
- name: Post comment on failure
|
||||||
if: ${{!success()}}
|
if: ${{!success()}}
|
||||||
uses: Homebrew/actions/post-comment@master
|
uses: Homebrew/actions/post-comment@master
|
||||||
|
|
Loading…
Reference in New Issue