mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -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
|
git push
|
||||||
fi
|
fi
|
||||||
call-ci-cd:
|
call-ci-cd:
|
||||||
uses: ./.github/workflows/ci-cd.yml
|
|
||||||
needs: daily-tx-pull
|
needs: daily-tx-pull
|
||||||
if: needs.daily-tx-pull.outputs.MADE_CHANGES == 'true'
|
if: needs.daily-tx-pull.outputs.MADE_CHANGES == 'true'
|
||||||
|
uses: ./.github/workflows/ci-cd.yml
|
||||||
|
secrets: inherit
|
||||||
|
|
Loading…
Reference in a new issue