From 79da888c455cdae4cd955fd04c7b53da1b6dca27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=A0=EC=9A=B0?= Date: Thu, 30 Jan 2025 07:38:58 +0900 Subject: [PATCH] Fix labeler.yml --- .github/workflows/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}"