Skip to content

Commit

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

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

# PUBLISH JARS AT MAVEN CENTRAL
matrix_prep:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
secrets:
CODECOV_TOKEN:
required: true
required: false

jobs:
matrix_prep:
Expand Down

0 comments on commit d052a66

Please sign in to comment.