Skip to content

Commit c308e74

Browse files
committed
fix: change error
1 parent 82fcb92 commit c308e74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
mkdir -p security
3535
openssl genpkey -algorithm RSA -out security/private_key.pem -pkeyopt rsa_keygen_bits:2048
3636
openssl rsa -pubout -in security/private_key.pem -out security/public_key.pem
37-
3837
echo "Private key saved as security/private_key.pem"
3938
echo "Public key saved as security/public_key.pem"
40-
39+
4140
- name: Create .env file
4241
run: |
4342
touch .env

0 commit comments

Comments
 (0)