Skip to content

Commit

Permalink
appease bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 30, 2024
1 parent ea8ef6a commit 7d1c5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"text": "A Nightly build failed. See https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.__project_name_kebab }}/actions/runs/"
+ os.environ["GITHUB_RUN_ID"],
},
timeout=30,
)

print("Slack responded with:", response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# See https://docs.djangoproject.com/en/stable/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "c6u0-9c!7nilj_ysatsda0(f@e_2mws2f!6m0n^o*4#*q#kzp)"
SECRET_KEY = "c6u0-9c!7nilj_ysatsda0(f@e_2mws2f!6m0n^o*4#*q#kzp)" # noqa: S105

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Expand Down

0 comments on commit 7d1c5b3

Please sign in to comment.