Skip to content

Commit 9eae06b

Browse files
authored
chore: use releaser app client id (#268)
1 parent 4a13743 commit 9eae06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bump-type: ${{ inputs.bump-type || 'auto' }}
4343
release-version: ${{ inputs.release-version || '' }}
4444
secrets:
45-
RELEASER_APP_ID: ${{ secrets.RELEASER_APP_ID }}
45+
RELEASER_APP_CLIENT_ID: ${{ secrets.RELEASER_APP_CLIENT_ID }}
4646
RELEASER_APP_PRIVATE_KEY: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
4747
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4848
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)