From b1ccdfad6aa5b27c5b2b4d1851c522801552245e Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Sat, 8 Jan 2022 16:37:19 +0100 Subject: [PATCH] Test --- .github/workflows/doc-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yaml b/.github/workflows/doc-build.yaml index e58f901..83f1a42 100644 --- a/.github/workflows/doc-build.yaml +++ b/.github/workflows/doc-build.yaml @@ -34,7 +34,7 @@ jobs: git config --local user.name "GitHub Action" git add . git commit -m "Update documentation" -a || true - git push https://${{ secrets.GITHUB_TOKEN }}@github.com/mp-se/gravitymon.git + git push https://${{secrets.token}}@github.com/mp-se/gravitymon.git # The above command will fail if no changes were present, so we ignore # the return code. # - name: Push changes