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:
commit
bcbf842706
2 changed files with 1 additions and 23 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
22
.github/workflows/homebrew.yml
vendored
22
.github/workflows/homebrew.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue