From cf273d816b6f99b7a9cc5f70e8032e486105556a Mon Sep 17 00:00:00 2001 From: titusfortner Date: Fri, 24 Oct 2025 18:54:01 -0500 Subject: [PATCH] [build] fix update-documentation workflow --- .github/workflows/stage-release.yml | 1 + .github/workflows/update-documentation.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stage-release.yml b/.github/workflows/stage-release.yml index ec797a780abc4..4e3a01ecd5b7f 100644 --- a/.github/workflows/stage-release.yml +++ b/.github/workflows/stage-release.yml @@ -83,3 +83,4 @@ jobs: sha: ${{ github.sha }} secrets: SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 5ec9389fb1dc7..c075faf1432ac 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -40,7 +40,8 @@ on: secrets: SELENIUM_CI_TOKEN: required: true - + GITHUB_TOKEN: + required: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}