From 74f4c4e7d22b69a6a772f00ee8605aa29c3bc719 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Wed, 27 May 2026 18:39:16 +0530 Subject: T8929: updated to use github token instead of PAT --- .github/workflows/pr-auto-close.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml index 0c0072e9a..f02bb498c 100644 --- a/.github/workflows/pr-auto-close.yml +++ b/.github/workflows/pr-auto-close.yml @@ -20,6 +20,5 @@ jobs: steps: - uses: superbrothers/close-pull-request@v3 with: - # Optional. Post a issue comment just before closing a pull request. comment: "Pull requests to this branch are not accepted and have been closed automatically." - github_token: ${{ secrets.PAT }} + github_token: ${{ github.token }} -- cgit v1.2.3