Skip to content

Commit c2a2c6e

Browse files
fix: use CODECOV_TOKEN
1 parent 8be9982 commit c2a2c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: codecov/codecov-ats@v0
1919
env:
2020
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
21-
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2222
- name: Run tests and collect coverage
2323
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
2424
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)