We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863dd74 commit f9050eeCopy full SHA for f9050ee
1 file changed
.github/workflows/ci.yml
@@ -11,6 +11,10 @@ jobs:
11
test:
12
name: Run Tests
13
runs-on: ubuntu-latest
14
+ environment: GitHub actions
15
+ env:
16
+ JWT_SECRET: ${{secrets.JWT_SECRET}}
17
+ MONGO_URI_DOCKER: ${{secrets.MONGO_URI_DOCKER}}
18
19
steps:
20
- name: Check out repository
0 commit comments