Skip to content

Commit b2c75c7

Browse files
committed
Fix codecov config
1 parent c4194d3 commit b2c75c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: codecov/codecov-action@v3
6161
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
6262
with:
63-
token: ${secrets.CODECOV_TOKEN}
63+
token: ${{ secrets.CODECOV_TOKEN }}
6464
file: ./coverage/coverage-final.json
6565
flags: unittests
6666
verbose: true

0 commit comments

Comments
 (0)