From 1a0e8f4a4f3cc4d2fe03be55b1b043281fa0c3cd Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 25 Jun 2021 14:26:21 -0500 Subject: [PATCH] Add missing GITHUB_TOKEN (with Docubot PAT) to workflow step (#20156) --- .github/workflows/open-enterprise-issue.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/open-enterprise-issue.yml b/.github/workflows/open-enterprise-issue.yml index c5ffa58cb1..a8e96be3f6 100644 --- a/.github/workflows/open-enterprise-issue.yml +++ b/.github/workflows/open-enterprise-issue.yml @@ -31,6 +31,8 @@ jobs: if: steps.existingIssue.outputs.deprecationIssue == 'false' || steps.existingIssue.outputs.releaseIssue == 'false' run: | script/update-enterprise-dates.js + env: + GITHUB_TOKEN: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} - name: Create an enterprise release issue if: steps.existingIssue.outputs.releaseIssue == 'false'