Update labeler.yml

This commit is contained in:
Ha Thach
2024-03-28 12:12:07 +07:00
committed by GitHub
parent 925ad67f97
commit 62864d5356

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