Skip to content

Commit 1848b51

Browse files
committed
Updated Codecov token reference in Github workflow
1 parent 3ce926e commit 1848b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
- name: Upload coverage reports to Codecov
5252
uses: codecov/codecov-action@v4.0.1
5353
with:
54-
token: ${{ secrets.CODECOV_TOKEN }}
54+
token: ${{ inputs.CODECOV_TOKEN }}
5555
file: ./coverage/cobertura.xml

0 commit comments

Comments
 (0)