Skip to content

Commit

Permalink
Add bump formulae cronjob (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxsx committed Mar 6, 2024
1 parent 5976d86 commit 265d2f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bump-formulae.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: brew bump-formulae
on:
schedule:
- cron: '0 6 * * 1'
jobs:
bump-formulae:
runs-on: ubuntu-22.04
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@v3
with:
tap: bxsx/homebrew-pyenv-virtualenv-migrate
livecheck: true
no_fork: true
token: ${{ secrets.token }}

0 comments on commit 265d2f1

Please sign in to comment.