Skip to content

Commit 8ff8691

Browse files
fix: add static token
1 parent 4ab2aa8 commit 8ff8691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Run ATS
1717
uses: codecov/codecov-ats@9b308e97443e8421bcdf4377da6c34b3ca235601
1818
env:
19+
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
1920
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2021
- name: Run tests and collect coverage
2122
run: pytest --cov app

0 commit comments

Comments
 (0)