Skip to content

Commit

Permalink
ci: configure git with bot info
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Nov 20, 2023
1 parent d414134 commit 307fa51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- name: Configure Git
run: |
git config --global user.name "${{ secrets.CI_BOT_NAME }}"
git config --global user.email "${{ secrets.CI_BOT_EMAIL }}"
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 307fa51

Please sign in to comment.