From 95746c0f33fcd6c20b75a3cbc496beefb97991da Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 22 Nov 2024 17:27:56 -0500 Subject: [PATCH] Add token secret to config --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37cdcae..b9c78ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,6 +90,7 @@ jobs: name: stestr # optional fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }} docs: name: docs runs-on: ubuntu-latest