From d632abb90fd5a0ab84edbd68dd7c98caabc4cd07 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 10 Mar 2025 10:48:13 +0100 Subject: [PATCH] :green_heart: [maykinmedia/open-api-framework#116] Fix codecov publish by explicitly using the CODECOV_TOKEN --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2c2473..d6b59061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: - name: Publish coverage report uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} performance-tests: name: Run the performance test suite