Skip to content

Commit

Permalink
Update GitHub token in readme-generator workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed May 2, 2024
1 parent bb996c0 commit 67ae6cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/readme-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PERSONAL_TOKEN }}
commit-message: |
docs: regenerate readme app list
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
branch: bot/readme-update
title: |
readme-generator: update readme
Expand Down

0 comments on commit 67ae6cd

Please sign in to comment.