From 0adb607698020adcc24def48dd38ef69d8fc1d4b Mon Sep 17 00:00:00 2001 From: Ryan Skraba Date: Thu, 19 Feb 2026 18:15:31 +0100 Subject: [PATCH] AVRO-4233: [build] Remove explicit GITHUB_TOKEN --- .github/workflows/labeler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3b585f340bc..42883591941 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -28,5 +28,4 @@ jobs: steps: - uses: actions/labeler@v6 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true