diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 34d8d67..6f3e7a8 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -10,8 +10,6 @@ on:
   push:
     branches:
       - "*"
-#  schedule:
-#    - cron: '1 4 * * *'
 
 jobs:
   test:
@@ -42,6 +40,7 @@ jobs:
       - name: Update code coverage
         uses: codecov/codecov-action@v3.1.1
         with:
+          token: ${{ secrets.CODECOV_TOKEN }}
           flags: unittests
           fail_ci_if_error: true # optional (default = false)
           verbose: true # optional (default = false)
\ No newline at end of file