From fbe0bd395bf083ba321806f31b590410f72b2e7a Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 18:00:21 -0500 Subject: [PATCH] feat: bump name and add branding --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2c9bf31..a18043a 100644 --- a/action.yml +++ b/action.yml @@ -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' \ No newline at end of file + main: 'index.js' +branding: + icon: 'unlock' + color: 'gray-dark' \ No newline at end of file