use self signed cert

This commit is contained in:
2026-01-02 15:07:59 +01:00
parent 5b3c896a25
commit 0ea2f61017
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ concurrency:
id: vault-secrets
with:
url: https://vault.arcodange.lab
caCertificate: ${{ secrets.HOMELAB_CA_CERT }}
jwtGiteaOIDC: ${{ needs.gitea_vault_auth.outputs.gitea_vault_jwt }}
role: gitea_cicd
method: jwt

View File

@@ -21,6 +21,7 @@ concurrency:
id: vault-secrets
with:
url: https://vault.arcodange.lab
caCertificate: ${{ secrets.HOMELAB_CA_CERT }}
jwtGiteaOIDC: ${{ needs.gitea_vault_auth.outputs.gitea_vault_jwt }}
role: gitea_cicd
method: jwt