From 2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:23:25 +0200 Subject: fix label bug fix v2 --- .github/workflows/label-bug-fix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index bfef0bd04..fc5d2d154 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -13,6 +13,7 @@ jobs: repoToken: "${{ secrets.GITHUB_TOKEN }}" uses: actions/github-script@v7 with: + github-token: ${{ env.repoToken }} script: | if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){ github.rest.issues.addLabels({ -- cgit