Skip to content

Commit

Permalink
fix(ci): pass CODECOV_TOKEN to reusable-build.yml (#419)
Browse files Browse the repository at this point in the history
Depends on notaryproject/notation-core-go#209

Signed-off-by: Junjie Gao <[email protected]>

---------

Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored Jul 9, 2024
1 parent a1825db commit 54b73d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ on:
jobs:
build:
uses: notaryproject/notation-core-go/.github/workflows/reusable-build.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 54b73d8

Please sign in to comment.