-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
idleInactive for 14 daysInactive for 14 daysneed-to-triageRequires investigationRequires investigationstale90 days old90 days old
Description
Azure cli should be the replacement for: https://github.com/Azure/get-keyvault-secrets
for retrieving secrets from Azure key vault. But the old get-keyvault-secrets worked also on windows runner but Azure cli does not because of the check:
https://github.com/Azure/cli/blob/master/src/main.ts#L19
if (process.env.RUNNER_OS != 'Linux') {
core.setFailed('Please use Linux based OS as a runner.');
return;
}
get-keyvault-secrets is going to be deprecated, so how to make Azure/cli work for windows runners ?
dsiddy, bmaupin-wtb, cjbanna, populov, wsugarman and 4 more
Metadata
Metadata
Assignees
Labels
idleInactive for 14 daysInactive for 14 daysneed-to-triageRequires investigationRequires investigationstale90 days old90 days old