Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/bump-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
# Homebrew refuses to load formulae from untrusted taps; trust ours before the action taps+loads it.
- run: |
brew tap IvanRublev/homebrew-tap
brew trust IvanRublev/homebrew-tap
- uses: dawidd6/action-homebrew-bump-formula@v3
- uses: dawidd6/action-homebrew-bump-formula@v8
with:
# PAT with `repo` scope on the tap repo. Store as an Actions secret.
token: ${{ secrets.TAP_TOKEN }}
Expand Down
Loading