From 7993b6eeeb1ab4c75a43b017d73ee8c9f27b9116 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Wed, 19 Jun 2024 18:13:12 -0500 Subject: [PATCH] needs to have GITHUB_TOKEN set as environment variable --- .github/workflows/document-release.yml | 3 +++ 1 file changed, 3 insertions(+) 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