summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 }}