Skip to content

Commit

Permalink
Test rename token
Browse files Browse the repository at this point in the history
  • Loading branch information
0risc committed Aug 17, 2024
1 parent 2480156 commit 8bfa20f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Autobump Formulas and Casks

on:
# schedule:
# - cron: '0 */12 * * *'
# - cron: '0 */12 * * *' # every 12 hours
push:
branches:
- main
Expand All @@ -11,14 +11,12 @@ on:
jobs:
autobump:
runs-on: macos-latest
env:
HOMEBREW_TEST_BOT_AUTOBUMP: 1
steps:
- name: Update Homebrew formula
uses: 0risc/action-homebrew-bump-formula@fix-force
uses: dawidd6/action-homebrew-bump-formula@baf2b60c51fc1f8453c884b0c61052668a71bd1d
with:
# Required, custom personal GitHub access token with only the 'public_repo' scope enabled
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} # ${{ secrets.CUSTOM_PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.HOMEBREW_TAP_GITHUB_API_TOKEN }}
# Optional, will commit with this user name
user_name: risc
# Optional, will commit with this user email
Expand All @@ -28,7 +26,7 @@ jobs:
# Bump all outdated formulae in this tap
tap: 0risc/homebrew-tap-test
# Optional, if don't want to check for already open PRs
force: true
force: true # doesn't actually seem to work
# Need to set this input if want to use `brew livecheck`
livecheck: true
message: Created with `brew bump-formula-pr` and `action-homebrew-bump-formula`.
Expand All @@ -37,8 +35,8 @@ jobs:
uses: eugenesvk/action-homebrew-bump-cask@cc260684c6e41de1af9522a0f4dcb4f321a17f33
with:
# Required, custom GitHub access token with only the 'public_repo' scope enabled
token : ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
token: ${{ secrets.HOMEBREW_TAP_GITHUB_API_TOKEN }}
# Bump all outdated casks in this tap
tap : 0risc/homebrew-tap-test
tap: 0risc/homebrew-tap-test
# Need to set this input if want to use `brew livecheck`
livecheck : true
livecheck: true

0 comments on commit 8bfa20f

Please sign in to comment.