Skip to content

Commit

Permalink
fix env var location
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 21, 2024
1 parent ab4b937 commit 5fdc64c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Run Integration Testing
env:
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}
run: |
pytest -m integration
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ jobs:
notification_title: "Regression test workflow '{workflow}' is failing"
env:
SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}

0 comments on commit 5fdc64c

Please sign in to comment.