diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c22ccf1..d5d01e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ github.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} add-paths: README.md commit-message: "[bot] Update last commit time in README.md" author: BurtonQin+github-actions[bot]@users.noreply.github.com