feat(secrets): add support for configuring API keys

This commit is contained in:
Kat Marchán
2019-11-15 11:03:04 -08:00
parent f4e3ad1426
commit 9c64b4665d
7 changed files with 82 additions and 37 deletions

View File

@@ -5,6 +5,10 @@ inputs:
nuget-version:
description: 'NuGet version to install. Can be `latest`, `preview`, a concrete version like `5.3.1`, or a semver range specifier like `5.x`.'
default: 'latest'
nuget-api-key:
description: 'NuGet API Key to configure.'
nuget-api-key-source:
description: 'Source to scope the NuGet API Key to.'
runs:
using: 'node12'
main: 'lib/main.js'