Skip to content

Commit

Permalink
fix(ci): pass CODECOV_TOKEN to reusable-build.yml (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored Jul 3, 2024
1 parent c85a3d9 commit a1c0af6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ on:

jobs:
build:
uses: ./.github/workflows/reusable-build.yml
uses: ./.github/workflows/reusable-build.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ name: Reusable build

on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

jobs:
build:
Expand Down

0 comments on commit a1c0af6

Please sign in to comment.