mirror of
https://github.com/goauthentik/authentik
synced 2026-05-10 17:12:08 +02:00
mypy and other Python CI targets require a local.env.yml with a secret_key before they can run. This was only set up automatically in CI (via .github/actions/setup) but was not mentioned in the contributor docs. Add a dedicated section explaining why it is needed and how to generate it with 'make gen-dev-config'.