Skip to content

Commit 40a72b4

Browse files
polidogclaude
andcommitted
fix: Configure git to use gh for authentication
Add gh auth setup-git to allow git push to use GH_TOKEN for authentication Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 675dc01 commit 40a72b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-formula.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
run: |
4242
git config --global user.name "github-actions[bot]"
4343
git config --global user.email "github-actions[bot]@users.noreply.github.com"
44+
gh auth setup-git
4445
./scripts/update-formula.sh "${{ steps.version.outputs.VERSION }}"

0 commit comments

Comments
 (0)