Skip to content

Commit 5fdc64c

Browse files
fix env var location
1 parent ab4b937 commit 5fdc64c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Run Integration Testing
5050
env:
5151
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}
52+
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}
5253
run: |
5354
pytest -m integration
5455

.github/workflows/test-regression.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ jobs:
6262
notification_title: "Regression test workflow '{workflow}' is failing"
6363
env:
6464
SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
65-
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}

0 commit comments

Comments
 (0)