Merge pull request #7953 from cli/wm/remove-homebrew-bump-test

Remove test workflow for homebrew bump and move fork to personal namespace
This commit is contained in:
William Martin 2023-09-06 16:52:28 +02:00 committed by GitHub
commit bcbf842706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 23 deletions

View file

@ -342,6 +342,6 @@ jobs:
formula-name: gh
formula-path: Formula/g/gh.rb
tag-name: ${{ inputs.tag_name }}
push-to: cli/homebrew-core
push-to: williammartin/homebrew-core
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_PR_PAT }}

View file

@ -1,22 +0,0 @@
name: homebrewbump
permissions:
contents: write
on:
workflow_dispatch:
jobs:
homebrewbump:
environment: production
runs-on: ubuntu-latest
steps:
- name: Bump homebrew-core formula
uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: gh
formula-path: Formula/g/gh.rb
tag-name: v2.34.0
push-to: cli/homebrew-core
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_PR_PAT }}