From 397ae00a7c6aed4c004ff82f79de7c7718c07af2 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 03:06:07 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7476ecd..c05ac01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -138,7 +138,7 @@ jobs: ls git config user.name github-actions git config user.email github-actions@github.com - git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_SECRET }}@github.com/$GITHUB_REPOSITORY + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git add docs/* git commit -m "update docs" git push --force