Skip to content

Commit 7475167

Browse files
authored
GitHub Actions: Add CODECOV_TOKEN (#27)
1 parent 1c2a278 commit 7475167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@ jobs:
9191
- uses: codecov/codecov-action@v5
9292
with:
9393
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
94+
token: ${{ secrets.CODECOV_TOKEN }}
9495
fail_ci_if_error: true
9596
disable_search: true
9697
files: coverage-unit.xml
9798
flags: unit
9899
- uses: codecov/codecov-action@v5
99100
with:
100101
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
102+
token: ${{ secrets.CODECOV_TOKEN }}
101103
fail_ci_if_error: true
102104
disable_search: true
103105
files: coverage-feature.xml

0 commit comments

Comments
 (0)