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