From 63820676c1d1fe6f69fd2047a728c34dfac1cfea Mon Sep 17 00:00:00 2001 From: Floris Puijk <60342568+Floris272@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:52:20 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd57e05..79835a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Publish coverage report uses: codecov/codecov-action@v4.0.1 with: - token: $ + token: ${{ secrets.CODECOV_TOKEN }} # API projects: implement the necessary scripts for this. You can take a look # at open-forms for inspiration, using drf-spectacular.