diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9e799a80f..bd6b73ea8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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'