Support public registries.
This commit is contained in:
@@ -14,7 +14,7 @@ inputs:
|
||||
required: false
|
||||
default: "${{ github.server_url }}/api/packages/${{ github.repository_owner }}/npm/index.json"
|
||||
apiKeys:
|
||||
description: "Newline-separated list of API keys corresponding to registries."
|
||||
description: "Newline-separated list of API keys corresponding to registries. Use 'none' for public registries."
|
||||
required: false
|
||||
default: "${{ github.token }}"
|
||||
testCommand:
|
||||
|
||||
Reference in New Issue
Block a user