Skip to content

Commit 4de4baa

Browse files
author
Krzysztof Borowy
authored
fix(deploy): auth bot as git user (#938)
1 parent 1ab6f26 commit 4de4baa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ jobs:
146146
steps:
147147
- name: Checkout
148148
uses: actions/checkout@v3
149+
with:
150+
token: ${{ secrets.GH_TOKEN }}
151+
- name: Setup git
152+
run: |
153+
git config user.email ${{ secrets.GH_BOT_EMAIL }}
154+
git config user.name ${{ secrets.GH_BOT_NAME }}
149155
- name: Set up Node.js
150156
uses: actions/[email protected]
151157
with:

0 commit comments

Comments
 (0)