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 be3007e commit c4f7c9f
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 c4f7c9f

Please sign in to comment.