Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ concurrency:
jobs:
autobump:
runs-on: macos-26
timeout-minutes: 30
permissions:
contents: write
steps:
Expand Down Expand Up @@ -66,7 +67,9 @@ jobs:
- name: Push commits
if: steps.bump.outputs.bumped == '1'
uses: Homebrew/actions/git-try-push@8f3d1ec8a696b3b9d9a6c3696b6c73033cab69e4 # 2026.08.14.1
# No token here: setup-homebrew already installed a global git
# Authorization header for github.com. Passing one again makes git
# send two headers and GitHub rejects the push with HTTP 400.
with:
token: ${{ secrets.GITHUB_TOKEN }}
directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
branch: main
Loading