Add token for labeler workflow (#14908)

This commit is contained in:
Ilya Lavrenov 2023-01-03 12:54:11 +04:00 committed by GitHub
parent 1d690fbb50
commit d3f7adf63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,6 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/labeler.yml'
sync-labels: 'true'