Skip to content

Commit

Permalink
CI: rename token->CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Mar 4, 2024
1 parent 2ef8256 commit 2fc6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
call-test-workflow:
uses: BlueBrain/BlueCelluLab/.github/workflows/test.yml@main
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 2fc6411

Please sign in to comment.