5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

feat: use correct env vars for integration

This commit is contained in:
Richard Simpson 2019-09-20 17:14:01 -05:00
parent 52a06079f0
commit c9413f372f
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -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'