From dcbe65e839a9e59233577d776e3f8281475e1cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 17 May 2022 15:16:18 +0100 Subject: [PATCH] create PR as github actions --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 195a6b0d..cbb1b351 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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