Skip to content

Commit

Permalink
Fix codecov token (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed May 9, 2024
1 parent 1e90d72 commit f0d501c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
uses: ./.github/workflows/wc_build.yml
with:
matrix_filter: "[]"
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# CHECK MDOC IS OK
check_mdoc:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: ./.github/workflows/wc_build.yml
with:
matrix_filter: "[?isRelease==`release`]"
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# PUBLISH JARS AT MAVEN CENTRAL
matrix_prep:
Expand Down

0 comments on commit f0d501c

Please sign in to comment.