Skip to content

Commit

Permalink
Pass CODECOV_TOKEN explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Jul 25, 2024
1 parent 4f31773 commit 6c68802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
test-coverage:
if: ${{ !cancelled() }}
needs: [update-core-files]
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/test-coverage.yaml@main
secrets: inherit
uses: Felixmil/Workflows/.github/workflows/test-coverage.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


pkgdown:
Expand Down

0 comments on commit 6c68802

Please sign in to comment.