mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-27 01:29:26 +08:00
Fixed service account secret error
This commit is contained in:
+4
-2
@@ -16,9 +16,11 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.0.0",
|
||||
"@actions/exec": "^1.0.0",
|
||||
"@actions/tool-cache": "^1.0.0"
|
||||
"@actions/tool-cache": "^1.0.0",
|
||||
"js-yaml": "^3.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.4"
|
||||
"@types/node": "^12.0.4",
|
||||
"typescript": "^3.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user