We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4f284 commit a1ec4bfCopy full SHA for a1ec4bf
1 file changed
.github/workflows/main.yml
@@ -139,6 +139,8 @@ jobs:
139
DJANGO_SECRET_KEY: ${{ secrets.DJANGO_SECRET_KEY }}
140
DJANGO_DEBUG: ${{ secrets.DJANGO_DEBUG }}
141
DJANGO_ALLOWED_HOSTS: ${{ secrets.DJANGO_ALLOWED_HOSTS }}
142
+ SSH_KEY: ${{ secrets.SSH_KEY }}
143
+ SSH_PASSPHRASE: ${{ secrets.SSH_PASSPHRASE }}
144
steps:
145
- name: Checkout repo
146
uses: actions/checkout@v3
0 commit comments