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