Skip to content

Commit 3fc9164

Browse files
Add CODECOV_TOKEN to Codecov action
1 parent aed301a commit 3fc9164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
162162
with:
163163
flags: unittests
164-
164+
token: ${{ secrets.CODECOV_TOKEN }}
165165

166166
Publish:
167167
needs: [Build]

0 commit comments

Comments
 (0)