Bump casks on schedule #423
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bump casks on schedule | |
on: | |
schedule: | |
# Every day at 5 am (UTC) | |
- cron: "0 5 * * *" | |
jobs: | |
bump-casks: | |
runs-on: macos-latest | |
steps: | |
- uses: macauley/[email protected] | |
with: | |
# Required, custom GitHub access token with only the 'public_repo' scope enabled | |
token: ${{ secrets.BUMP_CASK_TOKEN }} | |
tap: VOICEVOX/voicevox | |
cask: voicevox, voicevox@dev, voicevox@preview | |
livecheck: true | |
dryrun: false |