We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3639d commit 886dffdCopy full SHA for 886dffd
.github/workflows/build-test.yml
@@ -43,4 +43,6 @@ jobs:
43
44
- name: Publish Java code coverage
45
if: github.ref == 'refs/heads/9258-gha'
46
- run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
+ env:
47
+ CC_TOK: ${{ secrets.CODECOV_TOKEN }}
48
+ run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CC_TOK
0 commit comments