From 2f91f6d1edc28cfc7dde26a46c306086c8c434f6 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 26 Jul 2023 21:50:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20DEEPSOURCE=5FDSN=20env=20t?= =?UTF-8?q?o=20test=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deepsource-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deepsource-tests.yml b/.github/workflows/deepsource-tests.yml index 7b8b523..0f5dde0 100644 --- a/.github/workflows/deepsource-tests.yml +++ b/.github/workflows/deepsource-tests.yml @@ -22,6 +22,7 @@ env: REGISTRY: ghcr.io # github.repository as / IMAGE_NAME: ${{ github.repository }} + DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }} jobs: report-test-coverage: