From 747811d67b3f1d961e44cc5f69e9b352562de5a2 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 11:23:49 -0700 Subject: [PATCH] env --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index ea99eee..a32ad5e 100644 --- a/action.yaml +++ b/action.yaml @@ -5,4 +5,6 @@ runs: using: "composite" steps: - run: $GITHUB_ACTION_PATH/action.sh + env: + NPM_REPO_KEY: ${{ secrets.NPM_REPO_KEY}} shell: bash