Files
load-secrets-action/action.yml
volodymyrZotov 2f338e16af use node16
2022-08-15 14:33:11 +03:00

17 lines
479 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
export-env:
description: Export the secrets as environment variables
default: false
runs:
using: 'node16'
main: 'dist/index.js'