Fixed service account secret error

This commit is contained in:
Anumita Shenoy
2019-11-26 16:10:32 +05:30
parent bdc1d22328
commit aee4217989
5 changed files with 144 additions and 50 deletions

View File

@@ -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"
}
}