Fix token

This commit is contained in:
2023-08-19 22:02:20 +02:00
committed by GitHub
parent 1b43adba77
commit 52f43b724c

View File

@@ -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;