From 705d5a7ac0a6a229645da93bafd24a7862c5eb99 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 25 Nov 2025 17:44:24 +0000 Subject: [PATCH] fix(ci): Fix the private key variable name --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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