feat: bump name and add branding

This commit is contained in:
Richard Simpson
2019-09-20 18:00:21 -05:00
parent 19c0b21a1d
commit fbe0bd395b

View File

@@ -1,4 +1,4 @@
name: 'Vault' name: 'Vault Secrets'
description: 'A Github Action that allows you to consume the v2 K/V backend of HashiCorp Vault as secure environment variables' description: 'A Github Action that allows you to consume the v2 K/V backend of HashiCorp Vault as secure environment variables'
inputs: inputs:
url: url:
@@ -13,3 +13,6 @@ inputs:
runs: runs:
using: 'node12' using: 'node12'
main: 'index.js' main: 'index.js'
branding:
icon: 'unlock'
color: 'gray-dark'