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 1478e09 commit 3842a6eCopy full SHA for 3842a6e
.github/workflows/django.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Create .env file
41
run: |
42
touch .env
43
- echo PRIVATE_KEY_PATH=security/private_key.pem >> .env
44
- echo PUBLIC_KEY_PATH=security/public_key.pem >> .env
+ echo PRIVATE_KEY_PATH=$(pwd)/security/private_key.pem >> .env
+ echo PUBLIC_KEY_PATH=$(pwd)/security/public_key.pem >> .env
45
46
- name: Check if .env has been updated
47
0 commit comments