Skip to content

Commit 324d3aa

Browse files
pass on codecov secret when test.yml is called from build.yml (#4)
1 parent e72a603 commit 324d3aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
call-test-workflow:
1212
uses: openbraininstitute/Currentscape/.github/workflows/test.yml@main
13+
secrets:
14+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1315

1416
build-tag-n-publish:
1517
name: Build, tag and publish on PyPI

0 commit comments

Comments
 (0)