Skip to content

Commit 33131ce

Browse files
committed
add test ingest key to workflow
1 parent a1ec8c6 commit 33131ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ["3.9", "3.10", "3.11", "3.12"]
12-
12+
env:
13+
SCOUT_LOGS_INGEST_KEY: test-ingest-key
1314
steps:
1415
- uses: actions/checkout@v3
1516
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)