Skip to content

Update Tap

Update Tap #16

Workflow file for this run

name: Update Tap
on:
workflow_dispatch:
permissions:
contents: write
packages: read
pull-requests: write
jobs:
update-tap:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@v3
with:
livecheck: true
tap: sheurich/tap
token: "${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}"