Skip to content

Commit

Permalink
Pass CODECOV_TOKEN secret to shared check-js workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee committed Apr 24, 2024
1 parent cefec59 commit 2ff0463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
check:
name: Check code
uses: collectionspace/.github/.github/workflows/check-js.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2ff0463

Please sign in to comment.