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 24s
Test / tests (linux-arm64) (push) Successful in 4m31s
Run Gosec / tests (push) Successful in 6m20s

This commit is contained in:
2025-09-09 17:12:13 +02:00
parent ce6df720f9
commit 6ed822c468

View File

@@ -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:"