From 6f8db4a3fedb9692db8169ebbef77e5f48b67b79 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 4 Aug 2024 13:27:56 +0200
Subject: [PATCH] ci: Use codecov token
This wasn't required for PRs but for the job that runs on the `master`
branch, the job fails without the token (because it's a protected
branch)
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 297f8f9c..04c286ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -146,6 +146,7 @@ jobs:
if: ${{ matrix.polybar_build_type == 'tests' }}
uses: codecov/codecov-action@v4
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
# We provide our own coverage files
disable_search: true