Skip to content

Commit

Permalink
Merge pull request #2547 from hathach/labeler-change-token-1
Browse files Browse the repository at this point in the history
Change labeler token
  • Loading branch information
hathach authored Mar 28, 2024
2 parents 925ad67 + 62864d5 commit 35aa9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 35aa9d0

Please sign in to comment.