Skip to content

Commit

Permalink
use tokenless authentication for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 30, 2024
1 parent 405cac3 commit a29b3f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
- run: npm run coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: zigtools/release-worker
fail_ci_if_error: true
verbose: true

0 comments on commit a29b3f5

Please sign in to comment.