fixed secret id
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:09:45 +01:00
parent 24bd7c82eb
commit bf3ba978d6

View File

@@ -17,7 +17,7 @@ steps:
depends_on: [ version ] depends_on: [ version ]
environment: environment:
VAULT_ADDR: https://vault.sendico.io VAULT_ADDR: https://vault.sendico.io
VAULT_ROLE_ID: { from_secret: VAULT_ROLE_ID } VAULT_ROLE_ID: { from_secret: VAULT_APP_ROLE }
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
commands: commands:
- apk add --no-cache curl bash coreutils sed - apk add --no-cache curl bash coreutils sed