From eaa7e5262351487900476918bd92c14b166cfc89 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:55:49 -0800 Subject: [PATCH] ci: pass NPM token through workflow call --- .github/workflows/daily-tx-pull.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-tx-pull.yml b/.github/workflows/daily-tx-pull.yml index 5fb81512..eba64adb 100644 --- a/.github/workflows/daily-tx-pull.yml +++ b/.github/workflows/daily-tx-pull.yml @@ -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