diff --git a/.buildkite/steps/syncdoc.sh b/.buildkite/steps/syncdoc.sh index 6c4bd08e3..a35414e8b 100755 --- a/.buildkite/steps/syncdoc.sh +++ b/.buildkite/steps/syncdoc.sh @@ -13,9 +13,12 @@ popd COMMIT=$(git show -s --format=%h) pushd authelia +git config user.name "Authelia[bot]" +git config user.email "autheliabot@gmail.com" + git add -A git commit -m "Synchronize docs of commit: ${COMMIT}" git push popd -rm -rf authelia \ No newline at end of file +rm -rf authelia