Skip to content

Commit

Permalink
Fix token setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jerolba committed Oct 26, 2024
1 parent 542b244 commit 9a8a128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: ./gradlew jacocoTestReport
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-latest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a8a128

Please sign in to comment.