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 }}