We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e21a0 commit 9516fc5Copy full SHA for 9516fc5
.github/workflows/docs.yml
@@ -42,6 +42,11 @@ jobs:
42
# Go to website repository
43
cd web
44
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
+
50
# Add files
51
echo ::group::Commit
52
git add .
0 commit comments