mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(CI/Labeller): correct config key name
This commit is contained in:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -7,6 +7,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@main
|
- uses: actions/labeler@main
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.AC_GITHUB_TOKEN }}
|
repo-token: ${{ secrets.AC_GITHUB_TOKEN }}
|
||||||
configuration-path: .github/labeler.yml
|
configuration-path: .github/labeler.yml
|
||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
|||||||
Reference in New Issue
Block a user