1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Add missing GITHUB_TOKEN (with Docubot PAT) to workflow step (#20156)

This commit is contained in:
James M. Greene
2021-06-25 14:26:21 -05:00
committed by GitHub
parent aff7a14cde
commit 1a0e8f4a4f

View File

@@ -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'