Skip to content

Commit

Permalink
Use secret token for Codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 26, 2025
1 parent 21e8808 commit 83a1ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: vendor/bin/phan --allow-polyfill-parser
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

slack-notify:
needs: [run-tests, style-checks]
Expand Down

0 comments on commit 83a1ea0

Please sign in to comment.