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 82937ea commit 82fcb92Copy full SHA for 82fcb92
.github/workflows/django.yml
@@ -6,6 +6,7 @@ on:
6
- "main"
7
- "master"
8
pull_request:
9
+ branches:
10
11
12
jobs:
@@ -29,7 +30,7 @@ jobs:
29
30
run: sudo apt-get install openssl
31
32
- name: Generate private and public keys
- uses: |
33
+ run: |
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
0 commit comments