Skip to content

Update Tap

Update Tap #21

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: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@v3
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
with:
livecheck: true
tap: sheurich/tap
token: ${{ github.token }}