Pass bot token through explicitly (#56)

Because apparently secrets: inherit only works for environment secrets, and it only took me several hours of research to track this down 🙄
This commit is contained in:
David Baker 2024-09-18 16:36:30 +01:00 committed by GitHub
parent 13e67ae0eb
commit 0bbed853da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,8 @@ concurrency: ${{ github.workflow }}
jobs:
release:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-make.yml@develop
secrets: inherit
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
with:
final: ${{ inputs.mode == 'final' }}
npm: ${{ inputs.npm }}