From 3dd1de90a2b1e9918afda23fb4ac2075a758b8a4 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 12 Jan 2026 18:11:57 +0100 Subject: [PATCH] try with tokem --- .github/workflows/build_documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 06318bda8..e03d1165a 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -72,7 +72,10 @@ jobs: git config --global user.email 'github-actions@github.com' git add . git commit -m "Update Documentation" + git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git git push origin gh-pages + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}