Skip to content

Homebrew cask updates #12

Homebrew cask updates

Homebrew cask updates #12

name: Homebrew cask updates
on:
release:
types: [published]
# Manual trigger from the UI
workflow_dispatch:
jobs:
bump-casks:
runs-on: macos-latest
steps:
- name: Add custom tap
run: brew tap menubar-apps/homebrew-menubar-apps
- name: Publish release
uses: Homebrew/actions/bump-packages@master
with:
# Required, custom GitHub access token with only the 'public_repo' scope enabled
token: ${{ secrets.HOMEBREW_STREAKBAR_PUBLISH_TOKEN }}
casks: menubar-apps/homebrew-menubar-apps/streakbar
fork: false