diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 80a17c85..cab8be51 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -82,7 +82,7 @@ jobs: id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} - private-key: ${{ secrets.RELEASE_PLZ_APP_ID }} + private-key: ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }} permission-contents: write permission-pull-requests: write