From 58af1ea218d821ec9e8f51e8d7d0bf7bc6908878 Mon Sep 17 00:00:00 2001 From: Gabriel Erzse Date: Wed, 19 Jun 2024 12:49:15 +0300 Subject: [PATCH] Add CODECOV token to CI --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a211e5d403..6bddc1cf4e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -25,6 +25,7 @@ permissions: env: REDIS_STACK_IMAGE: redis/redis-stack-server:7.4.0-rc1 + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} jobs: dependency-audit: