mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
feat: use correct env vars for integration
This commit is contained in:
parent
52a06079f0
commit
c9413f372f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ inputs:
|
|||
description: 'A semicolon-separated list of key paths to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||
required: true
|
||||
runs:
|
||||
using: 'node10'
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
Loading…
Reference in a new issue