From 74e19f106e5e4e975fbed25b676c52eec9de1cb9 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:28:33 +0200 Subject: fix label bug fix v5 --- .github/workflows/label-bug-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index e7cce8853..20c3aec4f 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -12,7 +12,7 @@ jobs: LABEL: Bug Fix - Sooner than Very Soon uses: actions/github-script@v7 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + repoToken: "${{ secrets.GITHUB_TOKEN }}" script: | if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){ github.rest.issues.addLabels({ -- cgit