Fix passing secrets
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a189abceb9
commit
3cc3ab7b17
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release-drafter.yml
vendored
5
.github/workflows/release-drafter.yml
vendored
|
@ -39,7 +39,10 @@ concurrency: ${{ github.workflow }}
|
|||
jobs:
|
||||
draft:
|
||||
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|
||||
secrets: inherit
|
||||
secrets:
|
||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
with:
|
||||
version-bump: ${{ inputs.version-bump }}
|
||||
previous-version: ${{ inputs.previous-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue