Skip to content

Update homebrew tap #870

Update homebrew tap

Update homebrew tap #870

name: "Update homebrew tap"
on:
release:
types: [published]
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
update-brew-tap:
permissions:
contents: none
if: github.repository_owner == 'juju'
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@d3667e5ae14df19579e4414897498e3e88f2f458 # master
with:
token: "${{ secrets.TOKEN }}"
formula: juju
livecheck: true