-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "hashicorp-vault-secrets-github-action",
"version": "2.1.0",
"description": "Access HashiCorp Vault Secrets deployed on the HashiCorp Cloud Platform, with increased support and customization. This is not to be confused with a self-hosted Hashicorp Vault Instance, which already has a Github action.",
"main": "action.yml",
"scripts": {
"dev": "npx ts-node scripts/runScript.ts",
"build": "npx ts-node scripts/buildScript.ts"
},
"keywords": [
"Hashicorp",
"Vault",
"Secrets",
"Github",
"Action"
],
"author": "Arky Asmal",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.11"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"octokit": "^3.1.2",
"zod": "^3.23.8"
}
}