diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb80f72..640f164 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,6 +47,7 @@ jobs: git config --global user.name 'GitHub Actions' git config --global user.email '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 documentation" git push --force --quiet \ No newline at end of file