Skip to content

Commit 075cc1f

Browse files
committed
👷 Fix deprecation warning
1 parent 8bd1ab2 commit 075cc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Upload coverage to QLTY
8585
uses: qltysh/qlty-action/coverage@main
8686
with:
87-
coverage-token: ${{secrets.QLTY_COVERAGE_TOKEN}}
87+
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
8888
files: coverage/.resultset.json
8989
continue-on-error: ${{ matrix.experimental != 'false' }}
9090

0 commit comments

Comments
 (0)