Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /