From ad2391e7ffcbdde8e4b6f38d416c29c5f0c4b979 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 01:58:35 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49c6743..9219209 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,6 +140,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.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git add docs/* git commit -m "update docs" git push