5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

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
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

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'