We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fcb92 commit c308e74Copy full SHA for c308e74
.github/workflows/django.yml
@@ -34,10 +34,9 @@ jobs:
34
mkdir -p security
35
openssl genpkey -algorithm RSA -out security/private_key.pem -pkeyopt rsa_keygen_bits:2048
36
openssl rsa -pubout -in security/private_key.pem -out security/public_key.pem
37
-
38
echo "Private key saved as security/private_key.pem"
39
echo "Public key saved as security/public_key.pem"
40
+
41
- name: Create .env file
42
run: |
43
touch .env
0 commit comments