🔧 Renovate: Update (major) regex/hashicorp/vault to 2.0.0 to v2
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 2m32s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 1m24s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 2m52s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2026-05-18 22:19:12 +00:00
parent b865578983
commit 0d28ac0072
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
jobs:
readme-services:
+1 -1
View File
@@ -9,7 +9,7 @@ on:
- "**/docker-compose*.yml"
env:
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
TEA_VERSION: "0.14.0"
jobs:
+1 -1
View File
@@ -10,7 +10,7 @@ on:
- "**/docker-compose.yml"
env:
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }}