Skip to content

Commit

Permalink
change committer to Capy Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Oct 29, 2024
1 parent 5e5ea72 commit 240a265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: pnpm build
- name: Setup git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "Capy Bot"
git config user.email "capy-bot@apibara.com"
git remote set-url origin "https://${GIT_TOKEN}@github.com/apibara/starknet-react"
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
Expand Down

0 comments on commit 240a265

Please sign in to comment.