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