Skip to content

Commit 92d3df3

Browse files
authored
Explicitly provide token
1 parent 4a0953e commit 92d3df3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/execute-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ jobs:
6767
current_path: ${{ inputs.workpath }}
6868
attempt_limit: 5
6969
attempt_delay: 2000
70+
7071
- name: Upload coverage
71-
uses: codecov/codecov-action@v1
72+
uses: codecov/codecov-action@v4
7273
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && github.repository == 'doorstop-dev/doorstop' }}
7374
with:
75+
token: ${{ secrets.CODECOV_TOKEN }}
7476
fail_ci_if_error: true
7577

7678
- name: Run checks

0 commit comments

Comments
 (0)