Skip to content

Commit

Permalink
fix: change github acction error
Browse files Browse the repository at this point in the history
RustamovAkrom committed Nov 12, 2024
1 parent 82937ea commit 82fcb92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ on:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
@@ -29,7 +30,7 @@ jobs:
run: sudo apt-get install openssl

- name: Generate private and public keys
uses: |
run: |
mkdir -p security
openssl genpkey -algorithm RSA -out security/private_key.pem -pkeyopt rsa_keygen_bits:2048
openssl rsa -pubout -in security/private_key.pem -out security/public_key.pem

0 comments on commit 82fcb92

Please sign in to comment.