Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
streetturtle committed Oct 30, 2023
1 parent b6d60fe commit 1fc1b9a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: streetturtle

custom: https://www.buymeacoffee.com/streetturtle
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_JIRABAR_PUBLISH_TOKEN }}
# Bump all outdated casks in this tap
tap: menubar-apps/homebrew-menubar-apps
# Bump only these casks if outdated
cask: jirabar
livecheck: true
dryrun: false

0 comments on commit 1fc1b9a

Please sign in to comment.