From 87498dbe1fbea76d55a714d9deacfdd227913664 Mon Sep 17 00:00:00 2001 From: Namratha Urs Date: Thu, 13 Oct 2022 13:24:56 -0500 Subject: [PATCH] Update issue-labeler.yaml updated to use the GITHUB_TOKEN secret instead of a custom secret that had to be explicitly created for the action/workflow. --- .github/workflows/issue-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-labeler.yaml b/.github/workflows/issue-labeler.yaml index 31cf4c7f5..38cd64e6c 100644 --- a/.github/workflows/issue-labeler.yaml +++ b/.github/workflows/issue-labeler.yaml @@ -15,7 +15,7 @@ jobs: - name: RegEx-based Issue Labeler uses: github/issue-labeler@v2.5 with: - repo-token: "${{ secrets.REGEX_LABELER }}" + repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issue-labeler-config-regexes.yaml # from the third-party documentation: # not-before attribute is optional and will result in any issues prior to this timestamp to be ignored.