From ce586bbbcc77fca7a87c39e58d3daa63e66f6c59 Mon Sep 17 00:00:00 2001 From: clearloop <26088946+clearloop@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:29:45 +0400 Subject: [PATCH] ci(label): add github token --- .github/workflows/label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 13fb953fcc2..a8e805225cb 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/github-script@v6 id: label-checks with: + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const [owner, repo] = ["gear-tech", "gear"]; const { ref, payload: { issue: issue_number } } = context;