Skip to content

Commit

Permalink
add test ingest key to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmil committed Sep 5, 2024
1 parent a1ec8c6 commit 33131ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

env:
SCOUT_LOGS_INGEST_KEY: test-ingest-key
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 33131ce

Please sign in to comment.