From 748723c3d25977608c8d89587426bbdaa7d1cd32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Rausell=20Guiard?= <33221237+AlvaroRausell@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:09:56 +0000 Subject: [PATCH] Revert "Use `secrets.GITHUB_TOKEN` instead of `PAT` for docs generation (#1377)" This reverts commit 1c80e5351ab0e92018b6613edecdb440f46b0d0b. --- .github/workflows/update-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 7be3f6130..d74d970d5 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -25,7 +25,7 @@ jobs: - name: Create a PR for Documentation id: push_image_info env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} run: | set -e echo "Start."