Skip to content

Commit e32a179

Browse files
committed
Fix token
1 parent 75082bb commit e32a179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
disable_search: true
139139
files: ./junit.xml
140-
token: 'what error would it be'
140+
token: ${{ secrets.CODECOV_TOKEN }}
141141

142142
- if: matrix.calculate-coverage
143143
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)