Skip to content

Commit

Permalink
Oh no secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Sep 1, 2023
1 parent a4bbff5 commit 740d0f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
MESHDB_DB_USER: nycmesh
MESHDB_DB_HOST: localhost
MESHDB_DB_PASSWORD: helloThisIsATest
MESHDB_SECRET_KEY: ${{ secrets.MESHDB_SECRET_KEY }}
MESHDB_SECRET_PASSWORD_SALT: ${{ secrets.MESHDB_SECRET_PASSWORD_SALT }}
- name: "Run Integration Test Script"
run: |
PYTHONPATH=. pytest .
Expand All @@ -42,3 +44,6 @@ jobs:
MESHDB_DB_USER: nycmesh
MESHDB_DB_HOST: localhost
MESHDB_DB_PASSWORD: helloThisIsATest
MESHDB_SECRET_KEY: ${{ secrets.MESHDB_SECRET_KEY }}
MESHDB_SECRET_PASSWORD_SALT: ${{ secrets.MESHDB_SECRET_PASSWORD_SALT }}

0 comments on commit 740d0f8

Please sign in to comment.