Skip to content

Commit

Permalink
added repo secrets on e2e tests yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-santos committed Oct 20, 2023
1 parent cf5dc92 commit a0d44c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:

- run: npm run test:e2e
env:
JWT_SECRET: testing-secret
JWT_PUBLIC_KEY: ${{ secrets.JWT_PUBLIC_KEY }}
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
DATABASE_URL: "postgresql://docker:docker@localhost:5432/dockerdb?schema=public"

0 comments on commit a0d44c3

Please sign in to comment.