Add a test workflow for homebrew bump investigations (#7951)
This commit is contained in:
parent
e5f499f301
commit
3d4df8800e
1 changed files with 22 additions and 0 deletions
22
.github/workflows/homebrew.yml
vendored
Normal file
22
.github/workflows/homebrew.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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