From 8a38ab0da7424de79e4d5f3ac238b9ac7b39b9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Tue, 28 Apr 2026 11:05:42 +0200 Subject: [PATCH] Expose CODECOV_TOKEN as secret for the reusable workflow --- .github/workflows/pytests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytests.yaml b/.github/workflows/pytests.yaml index 3b1522e..a825e90 100644 --- a/.github/workflows/pytests.yaml +++ b/.github/workflows/pytests.yaml @@ -16,6 +16,9 @@ name: Python tests on: workflow_call: + secrets: + CODECOV_TOKEN: + required: false inputs: python_version: