summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2026-05-27 18:39:16 +0530
committerGitHub <noreply@github.com>2026-05-27 18:39:16 +0530
commit74f4c4e7d22b69a6a772f00ee8605aa29c3bc719 (patch)
tree13733e526b852ef67cb325dad0ff7de27c6f096a
parent4d7c1d15882de95dad1844faeb5750d443386fe0 (diff)
downloadvyos-1x-74f4c4e7d22b69a6a772f00ee8605aa29c3bc719.tar.gz
vyos-1x-74f4c4e7d22b69a6a772f00ee8605aa29c3bc719.zip
T8929: updated to use github token instead of PAT
-rw-r--r--.github/workflows/pr-auto-close.yml3
1 files changed, 1 insertions, 2 deletions
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 }}