Skip to content

Commit 971e1e1

Browse files
committed
Use secret token for Codecov upload
1 parent 21e8808 commit 971e1e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ jobs:
102102
if: ${{ matrix.os == 'windows-latest' }}
103103
run: vendor/bin/phan --allow-polyfill-parser
104104
- name: Upload coverage to Codecov
105-
uses: codecov/codecov-action@v3
105+
uses: codecov/codecov-action@v5
106106
with:
107107
verbose: true
108+
token: ${{ secrets.CODECOV_TOKEN }}
108109

109110
slack-notify:
110111
needs: [run-tests, style-checks]

0 commit comments

Comments
 (0)