Renamed authToken to be consistent.
This commit is contained in:
@@ -8,7 +8,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
|
||||
prerelease:
|
||||
@@ -24,5 +24,5 @@ runs:
|
||||
steps:
|
||||
- name: "Query NPM registry for versions."
|
||||
id: query
|
||||
run: bash ${{ github.action_path }}/query_versions.sh "${{ inputs.name }}" "${{ inputs.registry }}" "${{ inputs.authToken }}" "${{ inputs.prerelease }}"
|
||||
run: bash ${{ github.action_path }}/query_versions.sh "${{ inputs.name }}" "${{ inputs.registry }}" "${{ inputs.apiKey }}" "${{ inputs.prerelease }}"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user