diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c059325a8..2f5bf0890 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,5 +13,4 @@ jobs: steps: - uses: actions/labeler@v4 with: - repo-token: "${{ secrets.GH_TOKEN }}" - configuration-path: .github/labeler.yml + repo-token: "${{ secrets.GITHUB_TOKEN }}"