Skip to content

Commit

Permalink
ci: token: ${{ secrets.GITHUB_TOKEN }} for create-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 23, 2025
1 parent d07988f commit 92a3bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a3bd4

Please sign in to comment.