Skip to content

Commit

Permalink
Explicitly pass secret to codecov action for v4 of its action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jun 19, 2024
1 parent 3012060 commit e8bd486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
uses: codecov/codecov-action@v4
if: matrix.java == '8'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./RSyntaxTextArea/build/reports/jacoco/test/jacocoTestReport.xml
name: codecov

0 comments on commit e8bd486

Please sign in to comment.