5
0
Fork 0
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:
Richard Simpson 2019-09-20 17:12:39 -05:00
parent 33ba690ebb
commit 52a06079f0
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -68,6 +68,9 @@ jobs:
run: npm ci
- name: setup vault
run: node ./e2e/setup.js
env:
VAULT_HOST: localhost
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
- name: use vault actions
uses: ./
- name: verify