From 33131ce19f0abe20d59f990661053f94e77af5e0 Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Thu, 5 Sep 2024 10:36:16 -0700 Subject: [PATCH] add test ingest key to workflow --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6677c76..21f7114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}