We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd907 commit f980789Copy full SHA for f980789
1 file changed
.github/workflows/release-please.yml
@@ -42,7 +42,7 @@ jobs:
42
bump-type: ${{ inputs.bump-type || 'auto' }}
43
release-version: ${{ inputs.release-version || '' }}
44
secrets:
45
- RELEASER_APP_ID: ${{ secrets.RELEASER_APP_ID }}
+ RELEASER_APP_CLIENT_ID: ${{ secrets.RELEASER_APP_CLIENT_ID }}
46
RELEASER_APP_PRIVATE_KEY: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
47
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
48
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments