create PR as github actions

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-17 15:16:18 +01:00
parent 81e0f8fab9
commit dcbe65e839
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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>