Skip to content

Commit

Permalink
pass CODECOV token in release->test workflow call (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey authored Feb 26, 2024
1 parent b662e95 commit edfb266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
call-test-workflow:
uses: BlueBrain/BlueCelluLab/.github/workflows/test.yml@main
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-and-publish:
name: Build, publish on PyPI and make a GitHub release
Expand Down

0 comments on commit edfb266

Please sign in to comment.