Fix token
This commit is contained in:
2
.github/workflows/auto_wontfix.yml
vendored
2
.github/workflows/auto_wontfix.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Check for specific word in the issue
|
- name: Check for specific word in the issue
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.WONTFIX_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
const wordToCheck = 'mac';
|
const wordToCheck = 'mac';
|
||||||
const issue = context.payload.issue;
|
const issue = context.payload.issue;
|
||||||
|
Reference in New Issue
Block a user