Skip to content

Commit

Permalink
fix (no address defined for vault terraform) : added dummy address an…
Browse files Browse the repository at this point in the history
…d tokens
  • Loading branch information
Shayan-Ghani committed Aug 18, 2024
1 parent 870b650 commit 9ef1c3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
branches:
- main

env:
VAULT_ADDR: ${{ vars.VAULT_ADDR }}
VAULT_TOKEN: ${{ vars.VAULT_TOKEN }}
BOUNDARY_ADDR: ${{ vars.BOUNDARY_ADDR }}

jobs:
lint-boundary-terraform:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ef1c3d

Please sign in to comment.