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'
inputs:
url:
@@ -12,4 +12,7 @@ inputs:
required: true
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'
branding:
icon: 'unlock'
color: 'gray-dark'