Skip to content

Commit 9516fc5

Browse files
committed
Yes it is
1 parent 32e21a0 commit 9516fc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
# Go to website repository
4343
cd web
4444
45+
# Configure git to push to this repository
46+
git config --global user.name QuartzBot
47+
git config --global user.email moriplay@zcraft.fr
48+
git config --global user.password ${{ secrets.QUARTZ_BOT_TOKEN }}
49+
4550
# Add files
4651
echo ::group::Commit
4752
git add .

0 commit comments

Comments
 (0)