Skip to content

Commit 38d9a7f

Browse files
author
Ray Lee
committed
Pass CODECOV_TOKEN secret to shared check-js workflow.
1 parent ce6fb65 commit 38d9a7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ jobs:
1010
check:
1111
name: Check code
1212
uses: collectionspace/.github/.github/workflows/check-js.yml@main
13+
secrets:
14+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)