From bafb7c3e166db180aabd34dc655a21d23271c6e2 Mon Sep 17 00:00:00 2001 From: Floris van der Grinten Date: Thu, 20 May 2021 20:57:20 +0200 Subject: [PATCH] Fill out action metadata fields --- action.yml | 5 +++++ configure/action.yml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b59a46..0177386 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,9 @@ name: Load secrets from 1Password +description: Make secrets from 1Password Connect available as environment variables in the next steps. +author: 1Password +branding: + icon: lock + color: blue inputs: unset-previous: description: Whether to unset environment variables populated by 1Password in earlier job steps diff --git a/configure/action.yml b/configure/action.yml index e9a98e7..97a44b4 100644 --- a/configure/action.yml +++ b/configure/action.yml @@ -1,4 +1,6 @@ -name: configure-action +name: Configure 1Password Connect +description: Persist 1Password Connect host and token for use in next steps. +author: 1Password inputs: connect-host: description: Your 1Password Connect instance URL