Enable using loaded secrets from step's output

This commit is contained in:
Eddy Filip
2021-09-01 18:23:35 +02:00
parent ac12d2e3c4
commit 4baca64066
2 changed files with 23 additions and 11 deletions

View File

@@ -8,6 +8,9 @@ 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: 'node12'
main: 'dist/index.js'