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 02341be commit 9ef73f3Copy full SHA for 9ef73f3
.github/workflows/node.js.yml
@@ -34,6 +34,8 @@ jobs:
34
USER_DB_USER: ${{secrets.USER_DB_USER}}
35
USER_DB_PW: ${{secrets.USER_DB_PW}}
36
USER_DB_URL: ${{secrets.USER_DB_URL}}
37
+ SSL_KEY: ${{secrets.SSL_KEY}}
38
+ SSL_CERT: ${{secrets.SSL_CERT}}
39
run: npm start
40
- name: Run test suites
41
env:
0 commit comments