Skip to content

Commit 047847f

Browse files
committed
add: variables to env
1 parent 5a907d6 commit 047847f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
env:
5454
ME_CONFIG_MONGODB_URL: mongodb://${{ secrets.MONGO_INITDB_ROOT_USERNAME }}:${{ secrets.MONGO_INITDB_ROOT_PASSWORD }}@localhost:27017/${{ secrets.MONGO_INITDB_DATABASE }}?authSource=admin
5555
MONGO_INITDB_DATABASE: ${{ secrets.MONGO_INITDB_DATABASE }}
56+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
57+
JWT_ALGORITHM: ${{ secrets.JWT_ALGORITHM }}
5658
run: uv run pytest
5759

5860
- name: Extract coverage percentage

0 commit comments

Comments
 (0)