We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c9953 commit ce241d7Copy full SHA for ce241d7
.github/workflows/unit_test.yml
@@ -32,6 +32,7 @@ jobs:
32
steps:
33
- name: Write Docker-secrets-like file for CI
34
run: |
35
+ touch /run/secrets/django_secret_key
36
echo "for-testing-only" > /run/secrets/django_secret_key
37
38
- uses: actions/checkout@v5
0 commit comments