Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
clementtalleu committed Jun 9, 2024
1 parent 98b55ee commit 922d1dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODE_COV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
verbose: true
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
- name: composer audit
run: composer audit
- name: composer validate
Expand Down

0 comments on commit 922d1dc

Please sign in to comment.