From 52f43b724cde5db1cefc0a9b3fbad4f92c79b2d3 Mon Sep 17 00:00:00 2001 From: koyu Date: Sat, 19 Aug 2023 22:02:20 +0200 Subject: [PATCH] Fix token --- .github/workflows/auto_wontfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_wontfix.yml b/.github/workflows/auto_wontfix.yml index 38add78..56262b6 100644 --- a/.github/workflows/auto_wontfix.yml +++ b/.github/workflows/auto_wontfix.yml @@ -12,7 +12,7 @@ jobs: - name: Check for specific word in the issue uses: actions/github-script@v4 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.WONTFIX_TOKEN }} script: | const wordToCheck = 'mac'; const issue = context.payload.issue;