Skip to content

Commit 73aa8c0

Browse files
committed
ci: set codecov token
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent c23afb6 commit 73aa8c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)