From 539a05cd089e5e495215232c18ec6f703b420eee Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 7 Jan 2026 03:05:51 +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 0c8cf68..7c78949 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