Skip to content

Commit

Permalink
ci: register git user
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jan 29, 2024
1 parent dc6e7c3 commit 52fad2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_TOKEN }}

- name: Register Git user
run: |
git config user.name rollups-contracts-bot
git config user.email [email protected]
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 52fad2c

Please sign in to comment.