Fixed service account secret error

This commit is contained in:
Anumita Shenoy
2019-11-26 16:10:32 +05:30
parent 01fb4e5ab2
commit e39b34477e
5 changed files with 144 additions and 50 deletions
+4 -2
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"
}
}