Files
Renn F a03fbc375e ci: use a valid Fernet key in the Python gate env
The committed ROBOCO_ENCRYPTION_KEY was 43 chars — not a valid Fernet key —
so the security/crypto tests failed with 'Fernet key must be 32 url-safe
base64-encoded bytes' (Incorrect padding) on every PR and on master. Replace
it with a valid generated test-only key.
2026-06-12 04:09:29 +02:00
..