From cfc5b6bdb18b2d3847f9982b2fb930ef4a605877 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 02:41:56 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6154a7b..7476ecd 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.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY + git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_SECRET }}@github.com/$GITHUB_REPOSITORY git add docs/* git commit -m "update docs" - git push + git push --force