aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/homebrew-cask-updates.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/homebrew-cask-updates.yml b/.github/workflows/homebrew-cask-updates.yml
new file mode 100644
index 000000000..ed38031bd
--- /dev/null
+++ b/.github/workflows/homebrew-cask-updates.yml
@@ -0,0 +1,19 @@
1name: bump-ferdium-casks
2on:
3 release:
4 types: [published]
5
6jobs:
7 bump-casks:
8 runs-on: macos-latest
9 steps:
10 - uses: macauley/action-homebrew-bump-cask@v1
11 with:
12 # Required, custom GitHub access token with only the 'public_repo' scope enabled
13 token: ${{secrets.HOMEBREW_FERDIUM_PUBLISH_TOKEN}}
14 # Bump all outdated casks in this tap
15 tap: ferdium/homebrew-ferdium
16 # Bump only these casks if outdated
17 cask: ferdium-nightly,ferdium-beta
18 # livecheck: true
19 dryrun: false