Revert "Upload bottles to GitHub Packages"

This reverts commit 3dddd1de1d.
master
Mike McQuaid 2021-04-02 16:56:27 +01:00
parent a2bbec6d21
commit a883956917
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
3 changed files with 0 additions and 23 deletions

View File

@ -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

View File

@ -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

View File

@ -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