Skip to content

Commit

Permalink
Use token for codecov GH action (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Sep 8, 2024
1 parent b5dab99 commit 2e9d7d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
- name: Submit code coverage
if: matrix.php-version == '8.2'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

testsuite-windows:
runs-on: windows-2022
Expand Down Expand Up @@ -182,6 +184,8 @@ jobs:
- name: Submit code coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

cs-stan:
name: Coding Standard & Static Analysis
Expand Down

0 comments on commit 2e9d7d2

Please sign in to comment.