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 authored Apr 23, 2024
1 parent df705e7 commit d16dd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
check:
name: Check code
uses: collectionspace/.github/.github/workflows/check-js.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d16dd95

Please sign in to comment.