Skip to content

Commit c4fad32

Browse files
chore: cms to repo sync (#992)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Ed Stephinson <edward.stephinson@gmail.com>
1 parent 499cd0c commit c4fad32

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

site/plugins.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,25 @@
879879
},
880880
{
881881
"author": "Dima Marynych",
882-
"description": "Securely collect and use sensitive data without having it ever touch your systems",
882+
"description": "Securely collect and use sensitive data without having it ever touch your systems.",
883883
"name": "Very Good Security",
884884
"package": "@vgs/netlify-plugin-vgs",
885885
"repo": "https://github.com/verygoodsecurity/netlify-plugin-vgs",
886-
"version": "0.0.2"
886+
"version": "0.0.2",
887+
"variables": [
888+
{
889+
"name": "VGS_CLIENT_ID",
890+
"description": "Client ID (https://www.verygoodsecurity.com/docs/development/vgs-git-flow/#1-provision-a-service-account)"
891+
},
892+
{
893+
"name": "VGS_CLIENT_SECRET",
894+
"description": "VGS client secret (https://www.verygoodsecurity.com/docs/development/vgs-git-flow/#1-provision-a-service-account)"
895+
},
896+
{
897+
"name": "VGS_VAULT_ID",
898+
"description": "ID of your vault (https://dashboard.verygoodsecurity.com/)"
899+
}
900+
]
887901
},
888902
{
889903
"author": "Rob Grant",

0 commit comments

Comments
 (0)