From 3a5a60a725a9edc97641ea2fb3cb2d4e0f015010 Mon Sep 17 00:00:00 2001 From: cby3149 Date: Thu, 16 May 2024 21:07:23 -0400 Subject: [PATCH] Update repo-token --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8e507e207..e42b1d37e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,5 +9,5 @@ jobs: steps: - uses: actions/labeler@v3 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" configuration-path: .github/labeler.yml