Skip to content

Commit f940b78

Browse files
fix: try no tokens again
1 parent b0d6d32 commit f940b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Run tests and collect coverage
2222
run: pytest --cov app
2323
- name: Upload coverage to Codecov (token)
24-
uses: codecov/codecov-action@th/fix-head-repo-for-tokenless
24+
uses: codecov/codecov-action@v5
2525
with:
2626
verbose: true
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2929
- name: Upload coverage to Codecov (no token)
30-
uses: codecov/codecov-action@th/fix-head-repo-for-tokenless
30+
uses: codecov/codecov-action@v5
3131
with:
3232
verbose: true

0 commit comments

Comments
 (0)