Skip to content

Commit b473655

Browse files
Update ci.yml
1 parent 69275dc commit b473655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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_TOKEN }}
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_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)