diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a7fbf7..e0d46a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,4 +53,4 @@ jobs: git add -A git commit -m "Update documentation" cd .. - git push --force --quiet --set-upstream origin main \ No newline at end of file + git push --force --quiet --set-upstream "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" main \ No newline at end of file