mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-26 00:13:16 +03:00
feat: use correct env vars for integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user