From b6cbfeec29927ffc4c46fe48e4fbf47bc9bcccc6 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sat, 9 Apr 2022 18:32:13 -0500 Subject: [PATCH] [ci] have no-response bot post as github-actions user (#5136) --- .github/workflows/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 93d37bae40ea..a731941c21eb 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -20,4 +20,4 @@ jobs: Thank you for taking the time to improve LightGBM! daysUntilClose: 30 responseRequiredLabel: awaiting response - token: ${{ secrets.WORKFLOW }} + token: ${{ github.token }}