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

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 = '';