Moar bugs squashed
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
if ($null -eq $env:TEST_VAULT_KEY) { $env:TEST_VAULT_KEY = 'secret/test' }
|
if ($null -eq $env:TEST_VAULT_KEY) { $env:TEST_VAULT_KEY = 'secret/test' }
|
||||||
if ($null -eq $env:TEST_VAULT_VALUE) { $env:TEST_VAULT_VALUE = 'It works!' }
|
if ($null -eq $env:TEST_VAULT_VALUE) { $env:TEST_VAULT_VALUE = 'It works!' }
|
||||||
|
if ($null -eq $env:VAULT_TOKEN) { $env:VAULT_TOKEN = 'root' }
|
||||||
|
|
||||||
# Populate our test secrets
|
# Populate our test secrets
|
||||||
Write-Output "🔐 Populating test secrets:"
|
Write-Output "🔐 Populating test secrets:"
|
||||||
|
Reference in New Issue
Block a user