From 3700db7dd2656b1e79934a5d674b68cd2ca8113b Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 7 Jan 2026 03:05:53 +0300 Subject: [PATCH] fix: use github.token instead of missing GH_PAT_BOT secret --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 14d88c3..384e68d 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 with: - github-token: ${{ secrets.GH_PAT_BOT }} + github-token: ${{ github.token }} issue-inactive-days: '7' issue-comment: > This thread has been automatically locked since there has not been