Skip to content

Update Tap

Update Tap #36

Workflow file for this run

name: Update Tap
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-tap:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@v4
with:
livecheck: true
tap: sheurich/tap
token: "${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}"