diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2026-05-27 18:39:16 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 18:39:16 +0530 |
| commit | 74f4c4e7d22b69a6a772f00ee8605aa29c3bc719 (patch) | |
| tree | 13733e526b852ef67cb325dad0ff7de27c6f096a /.github/workflows | |
| parent | 4d7c1d15882de95dad1844faeb5750d443386fe0 (diff) | |
| download | vyos-1x-74f4c4e7d22b69a6a772f00ee8605aa29c3bc719.tar.gz vyos-1x-74f4c4e7d22b69a6a772f00ee8605aa29c3bc719.zip | |
T8929: updated to use github token instead of PAT
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-auto-close.yml | 3 |
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 }} |
