21 lines
660 B
YAML
21 lines
660 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"
|
|
# Backward-compatible no-op input (intentionally ignored)
|
|
version:
|
|
description: "(Deprecated) No longer used. Kept for backwards compatibility."
|
|
default: "latest"
|
|
runs:
|
|
using: "node20"
|
|
main: "dist/index.js"
|