We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a13743 commit 9eae06bCopy full SHA for 9eae06b
.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