From de45ca82e45060eb14d316587dd418b0590031d5 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 31 Jan 2025 08:42:24 +0200 Subject: [PATCH] github: Switch labeler to use GH_TOKEN GITHUB_TOKEN is restricted to read-only by organization rules. --- .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 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'