From 5f2f7ddc9f59572a8883651032777980ad743be7 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 15 Aug 2022 22:55:49 +0200 Subject: [PATCH] chore: add github_token to auto-analyze.yml (#1029) --- .github/workflows/auto-analyze.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-analyze.yml b/.github/workflows/auto-analyze.yml index 700d002fd..c03e3baf5 100644 --- a/.github/workflows/auto-analyze.yml +++ b/.github/workflows/auto-analyze.yml @@ -32,6 +32,7 @@ jobs: if: steps.changed-file-package-json.outputs.any_changed == 'true' uses: actions/github-script@v6 with: + github-token: ${{secrets.GITHUB_TOKEN}} script: | github.rest.issues.addLabels({ issue_number: context.issue.number,