mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
Feat: proxy implementation (#246)
* feat: implement proxy feature * see #222 * refactor: pr changes Co-authored-by: Peter Woodworth <44349620+peterwoodworth@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"aws-sdk": "^2.1254.0",
|
||||
"axios": "^1.1.3"
|
||||
"axios": "^1.1.3",
|
||||
"https-proxy-agent": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
|
||||
Reference in New Issue
Block a user