Merge pull request #2547 from hathach/labeler-change-token-1

Change labeler token
This commit is contained in:
Ha Thach 2024-03-28 12:43:02 +07:00 committed by GitHub
commit 35aa9d06e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Label New Issue or PR
uses: actions/github-script@v7
with:
github-token: ${{ secrets.API_TOKEN_GITHUB }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
let label = '';
let username = '';