From a9530b57b4223efbf79423d2cd918e9fb4b91f39 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:24:49 +0200 Subject: fix label bug fix v3 --- .github/workflows/label-bug-fix.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index fc5d2d154..fdee44e08 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -10,10 +10,9 @@ jobs: env: TITLE: ${{ github.event.pull_request.title }} LABEL: Bug Fix - Sooner than Very Soon - repoToken: "${{ secrets.GITHUB_TOKEN }}" uses: actions/github-script@v7 with: - github-token: ${{ env.repoToken }} + github-token: ${{ secrets.MY_PAT }} script: | if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){ github.rest.issues.addLabels({ -- cgit