From 927155c0e089b482bf7a9c7afe2c8771d2d3c259 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:22:26 +0000 Subject: [PATCH] feat: Updated .github/workflows/lock-issue.yml --- .github/workflows/lock-issue.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock-issue.yml b/.github/workflows/lock-issue.yml index 6a9aed9..e56b2d8 100644 --- a/.github/workflows/lock-issue.yml +++ b/.github/workflows/lock-issue.yml @@ -32,7 +32,8 @@ jobs: steps: - uses: dessant/lock-threads@v4 with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} issue-inactive-days: '365' exclude-issue-created-before: '' exclude-issue-created-after: ''