Skip to content

Commit 1f4e1c1

Browse files
ci: [TT-412] injects secrets
1 parent 6b801cb commit 1f4e1c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/time-tracker-v1-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install -r requirements/time_tracker_api/dev.txt
3131
pip install -r requirements/time_tracker_events/dev.txt
32+
33+
- name: Inject secrets
34+
env:
35+
ENVIRONMENT: ${{ secrets.environment }}
36+
# remove it
37+
run: |
38+
echo $ENVIRONMENT
3239
3340
- name: Run tests
3441
run: |

0 commit comments

Comments
 (0)