diff options
| author | Ha Thach <[email protected]> | 2024-03-28 12:12:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-28 12:12:07 +0700 |
| commit | 62864d53560baa0b23a1bbc4ea82faf403ac01dc (patch) | |
| tree | a11655f6ffee9bf55a10d7fc3bfbfad379714d6e /.github | |
| parent | 925ad67f9794491cb12fe27382e7ea9f60c8dcd3 (diff) | |
Update labeler.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b4a2cdafa..4733c6f06 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 = ''; |
