Skip to content

Commit

Permalink
Fixing codecov token (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Sep 27, 2024
1 parent 0b566c3 commit 9b5d2f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
schedule:
- cron: "15 21 * * FRI"

workflow_call:
secrets:
codecov_token:
required: true

permissions: read-all

jobs:
Expand Down Expand Up @@ -153,6 +158,7 @@ jobs:
with:
file: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

page-build:
needs: build
Expand Down

0 comments on commit 9b5d2f0

Please sign in to comment.