Skip to content

Commit

Permalink
update passing secret on reusing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Feb 26, 2024
1 parent edfb266 commit 93cdd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
call-test-workflow:
uses: BlueBrain/BlueCelluLab/.github/workflows/test.yml@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 93cdd11

Please sign in to comment.