diff --git a/.github/workflows/document-release.yml b/.github/workflows/document-release.yml index e727c0ff0b273..f36b234440420 100644 --- a/.github/workflows/document-release.yml +++ b/.github/workflows/document-release.yml @@ -14,6 +14,9 @@ on: required: true type: string +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: update-documentation: runs-on: ubuntu-latest