Skip to content

Commit be6c8f5

Browse files
committed
ci: TT-411 iject secrets environment and test_dn_connection
1 parent df3fe5c commit be6c8f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
run: |
3030
pip install -r V2/requirements.txt
3131
32+
- name: Inject Secrets
33+
env: |
34+
ENVIRONMENT: ${{ secrets.environment }}
35+
TEST_DB_CONNECTION: ${{ secrets.test_db_connection }}
36+
3237
- name: Lint with flake8
3338
run: |
3439
cd V2

0 commit comments

Comments
 (0)