Skip to content

Commit

Permalink
Create homebrew-cask-updates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
streetturtle authored Sep 6, 2023
1 parent 7ba4e7f commit 3a0f529
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/homebrew-cask-updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Homebrew cask updates

on:
release:
types: [published]
# Manual trigger from the UI
workflow_dispatch:

jobs:
bump-casks:
runs-on: macos-latest
steps:
- name: Publish release
uses: macauley/action-homebrew-bump-cask@v1
with:
# Required, custom GitHub access token with only the 'public_repo' scope enabled
token: ${{ secrets.HOMEBREW_PULLBAR_PUBLISH_TOKEN }}
# Bump all outdated casks in this tap
tap: menubar-apps/homebrew-menubar-apps
# Bump only these casks if outdated
cask: pullbar
livecheck: true
dryrun: false

0 comments on commit 3a0f529

Please sign in to comment.