ci: pass NPM token through workflow call

This commit is contained in:
Christopher Willis-Ford 2023-11-27 13:55:49 -08:00
parent 9fded9c735
commit eaa7e52623

View file

@ -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