I am doing a build pipeline from a bitbucket repo, trying to build a simple django-app, and in the settings.py of the main folder there is in the code the SECRET_KEY=<secret>.
How can I hide the SECRET_KEY from the bitbucket repo but using it in the pipeline?