try accepting self signed cert
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m36s

This commit is contained in:
2026-01-01 18:25:31 +01:00
parent 9761996957
commit 5ea7be5324

View File

@@ -38,6 +38,7 @@ jobs:
- name: Auth with gitea for vault
id: gitea_vault_jwt
run: |
curl https://ssl-ca.arcodange.lab:8443/roots.pem -k > /usr/local/share/ca-certificates/arcodange-root.crt && update-ca-certificates
echo -n "${{ secrets.vault_oauth__sh_b64 }}" | base64 -d | bash
tofu: