Moar bugs squashed
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 20s
Test / tests (linux-amd64) (push) Successful in 21s
Test / tests (windows-amd64) (push) Failing after 26s
Test / tests (linux-arm64) (push) Successful in 4m40s
Run Gosec / tests (push) Successful in 6m39s

This commit is contained in:
2025-09-09 16:59:45 +02:00
parent 91eceddc89
commit 221e4706f1

View File

@@ -1,3 +1,6 @@
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!' }
# Populate our test secrets # Populate our test secrets
Write-Output "🔐 Populating test secrets:" Write-Output "🔐 Populating test secrets:"
& "./vault.exe" vault kv put "${env:TEST_VAULT_KEY}" data="${env:TEST_VAULT_VALUE}" & "./vault.exe" vault kv put "${env:TEST_VAULT_KEY}" data="${env:TEST_VAULT_VALUE}"