From be8b6904bd80eb521ba9da96c2e2ce526cbcf132 Mon Sep 17 00:00:00 2001 From: Haixuan Xavier Tao Date: Thu, 27 Apr 2023 16:47:58 +0800 Subject: [PATCH] Use default github 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 a3b53ebf..1fe3e190 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: github/issue-labeler@v3.1 #May not be the latest version with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: "${{ github.token }}" configuration-path: .github/labeler.yml enable-versioned-regex: 0 include-title: 1