From 8be317cbc6042e756decfa759839a0069dc6f03a Mon Sep 17 00:00:00 2001 From: SoulPancake Date: Mon, 13 Apr 2026 18:40:43 +0530 Subject: [PATCH] chore: use releaser app client id --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6e15850..4672d6e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -42,7 +42,7 @@ jobs: bump-type: ${{ inputs.bump-type || 'auto' }} release-version: ${{ inputs.release-version || '' }} secrets: - RELEASER_APP_ID: ${{ secrets.RELEASER_APP_ID }} + RELEASER_APP_CLIENT_ID: ${{ secrets.RELEASER_APP_CLIENT_ID }} RELEASER_APP_PRIVATE_KEY: ${{ secrets.RELEASER_APP_PRIVATE_KEY }} GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}