Renamed authToken to be consistent.
This commit is contained in:
@@ -20,7 +20,7 @@ inputs:
|
||||
description: "NPM registry URL."
|
||||
required: false
|
||||
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/npm/
|
||||
authToken:
|
||||
apiKey:
|
||||
description: "Authentication token for the registry."
|
||||
required: true
|
||||
outputs:
|
||||
@@ -32,5 +32,5 @@ runs:
|
||||
steps:
|
||||
- name: "Download the package."
|
||||
id: download
|
||||
run: bash ${{ github.action_path }}/download_package.sh "${{ inputs.name }}" "${{ inputs.version }}" "${{ inputs.registry }}" "${{ inputs.authToken }}" "${{ inputs.outputDirectory }}"
|
||||
run: bash ${{ github.action_path }}/download_package.sh "${{ inputs.name }}" "${{ inputs.version }}" "${{ inputs.registry }}" "${{ inputs.apiKey }}" "${{ inputs.outputDirectory }}"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user