POC upload using SAS URL

This commit is contained in:
Konrad Pabjan
2023-08-01 17:33:32 -04:00
parent a3d4efa112
commit 39a7ba7bbd
6 changed files with 1352 additions and 39 deletions

View File

@@ -37,10 +37,14 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.10.0"
"@actions/core": "^1.10.0",
"@azure/storage-blob": "^12.15.0",
"@types/node": "^20.4.5",
"archiver": "^5.3.1"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
"@types/archiver": "^5.3.2",
"twirp-ts": "^2.5.0",
"typescript": "^3.9.10"
}