mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
github: Switch labeler to use GH_TOKEN
GITHUB_TOKEN is restricted to read-only by organization rules.
This commit is contained in:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
.github
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: "${{ secrets.GH_TOKEN }}"
|
||||
configuration-path: '.github/labeler.yml'
|
||||
|
||||
Reference in New Issue
Block a user