Skip to content

Commit f14fc8b

Browse files
committed
Fix typo with 'secrets'
1 parent 5b5b74e commit f14fc8b

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
@@ -53,4 +53,4 @@ jobs:
5353
uses: codecov/codecov-action@v3
5454
with:
5555
files: lcov.info
56-
token: ${{ secerets.CODECOV_TOKEN }}
56+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)