Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Pass bot token through explicitly (#56)
Browse files Browse the repository at this point in the history
Because apparently secrets: inherit only works for environment secrets, and it only took me several hours of research to track this down πŸ™„
  • Loading branch information
dbkr authored Sep 18, 2024
1 parent 13e67ae commit 0bbed85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0bbed85

Please sign in to comment.