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
33ba690ebb
commit
52a06079f0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue