use ${{ secrets.GITHUB_TOKEN }} on auto-closer (#82)

Another try with ${{ secrets.GITHUB_TOKEN }} instead of ${{ secrets.ACCESS_TOKEN }}
This commit is contained in:
Abdul Malik Ikhsan 2021-05-20 22:34:04 +07:00 committed by GitHub
parent 39e73a4875
commit 624cd94dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
- name: Autoclose pull request
uses: roots/issue-closer@v1.1
with:
repo-token: ${{ secrets.ACCESS_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-pattern: "^exact-string-will-never-match$"
pr-close-message: |
This repository content is generated by rectorphp/rector-src. Please open pull request to [rectorphp/rector-src](https://github.com/rectorphp/rector-src).