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;