Skip to content

Commit 5be670a

Browse files
authored
Merge pull request #316 from crazy-max/codecov-token
ci: set codecov token
2 parents c23afb6 + 73aa8c0 commit 5be670a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
uses: codecov/codecov-action@v4
110110
with:
111111
file: ${{ env.DESTDIR }}/coverage.txt
112+
token: ${{ secrets.CODECOV_TOKEN }}
112113

113114
test-sandboxed:
114115
runs-on: ubuntu-22.04
@@ -132,6 +133,7 @@ jobs:
132133
uses: codecov/codecov-action@v4
133134
with:
134135
file: ${{ env.DESTDIR }}//coverage.txt
136+
token: ${{ secrets.CODECOV_TOKEN }}
135137

136138
build:
137139
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)