From 091d599f417644a583a42ee5794c277e5e7613b2 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 18:55:03 +0200 Subject: [PATCH] fixing actions --- .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 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