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"