We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b801cb commit 1f4e1c1Copy full SHA for 1f4e1c1
.github/workflows/time-tracker-v1-workflow.yml
@@ -29,6 +29,13 @@ jobs:
29
python -m pip install --upgrade pip
30
pip install -r requirements/time_tracker_api/dev.txt
31
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
39
40
- name: Run tests
41
run: |
0 commit comments