Files
load-secrets-action/action.yml
Eddy Filip ac12d2e3c4 Switch to node action
This is done to be able to pass loaded secrets as output. This is not available with a composite action, unless we hard-code the action's outputs, which is not a desired outcome.
2021-09-01 18:20:57 +02:00

14 lines
385 B
YAML

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
default: false
runs:
using: 'node12'
main: 'dist/index.js'