Skip to content

Commit

Permalink
chore: Use Codecov Token (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Sep 15, 2023
1 parent eed41be commit 4f31658
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 @@ -42,3 +42,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.java == '17'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4f31658

Please sign in to comment.