create PR as github actions
This commit is contained in:
parent
81e0f8fab9
commit
dcbe65e839
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
- uses: peter-evans/create-pull-request@v4
|
||||
if: steps.update-step.outputs.body != ''
|
||||
with:
|
||||
token: ${{ secrets.PUBLISH_TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: ${{ steps.update-step.outputs.body }}
|
||||
commit-message: Update flake.lock
|
||||
committer: GitHub <noreply@github.com>
|
||||
|
|
Loading…
Reference in a new issue