From dcecb5d4392e8c6fe9e96378245f790982d482b3 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 14:06:49 -0700 Subject: [PATCH] a --- action.sh | 2 +- action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.sh b/action.sh index abefac4..8715f95 100755 --- a/action.sh +++ b/action.sh @@ -1 +1 @@ -printenv \ No newline at end of file +npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY" \ No newline at end of file diff --git a/action.yaml b/action.yaml index a4148bc..319d360 100644 --- a/action.yaml +++ b/action.yaml @@ -5,8 +5,8 @@ inputs: npm_repo_key: description: Key used for publising to npm repo required: true - npm_repo_url: - description: URL to npm repo + npm_repo_domain: + description: Domain for npm repo required: true runs: using: "composite"