Skip to content

Commit f980789

Browse files
authored
chore: use releaser app client ID (#321)
1 parent 97fd907 commit f980789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)