Skip to content

Commit f9050ee

Browse files
committed
fix(ci): update GitHub Actions workflow for testing
- Set JWT_SECRET and MONGO_URI_DOCKER as environment secrets - Added 'environment: GitHub actions' to job
1 parent 863dd74 commit f9050ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
test:
1212
name: Run Tests
1313
runs-on: ubuntu-latest
14+
environment: GitHub actions
15+
env:
16+
JWT_SECRET: ${{secrets.JWT_SECRET}}
17+
MONGO_URI_DOCKER: ${{secrets.MONGO_URI_DOCKER}}
1418

1519
steps:
1620
- name: Check out repository

0 commit comments

Comments
 (0)