Skip to content

Commit

Permalink
Explicitly pass the CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 13, 2024
1 parent 27e8407 commit e83d526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- "11"
exclude:
- php: "8.1"
laravel: "11"
laravel: "11"

steps:
- name: Checkout code
Expand Down Expand Up @@ -63,3 +63,5 @@ jobs:

- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e83d526

Please sign in to comment.