mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
ci: pass NPM token through workflow call
This commit is contained in:
parent
9fded9c735
commit
eaa7e52623
1 changed files with 2 additions and 1 deletions
3
.github/workflows/daily-tx-pull.yml
vendored
3
.github/workflows/daily-tx-pull.yml
vendored
|
@ -58,6 +58,7 @@ jobs:
|
|||
git push
|
||||
fi
|
||||
call-ci-cd:
|
||||
uses: ./.github/workflows/ci-cd.yml
|
||||
needs: daily-tx-pull
|
||||
if: needs.daily-tx-pull.outputs.MADE_CHANGES == 'true'
|
||||
uses: ./.github/workflows/ci-cd.yml
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue