Renamed authToken to be consistent.
This commit is contained in:
@@ -28,7 +28,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
|
||||
skipCompare:
|
||||
@@ -55,7 +55,7 @@ runs:
|
||||
name: ${{ inputs.name }}
|
||||
defaultVersion: ${{ inputs.defaultVersion }}
|
||||
registry: ${{ inputs.registry }}
|
||||
authToken: ${{ inputs.authToken }}
|
||||
apiKey: ${{ inputs.apiKey }}
|
||||
- name: "Pack with latest version for comparison"
|
||||
if: ${{ steps.npm.outputs.latestVersion && inputs.skipCompare == 'false' }}
|
||||
id: pack_comparison
|
||||
@@ -77,7 +77,7 @@ runs:
|
||||
rhsVersion: ${{ steps.npm.outputs.latestVersion }}
|
||||
workingDirectory: ${{ inputs.workingDirectory }}
|
||||
registry: ${{ inputs.registry }}
|
||||
authToken: ${{ inputs.authToken }}
|
||||
apiKey: ${{ inputs.apiKey }}
|
||||
failOnDifferences: "false"
|
||||
- name: "Pack with next version"
|
||||
if: ${{ !steps.npm.outputs.latestVersion || inputs.skipCompare == 'true' || steps.compare.outputs.hasDifferences == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user