Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 8, 2024
1 parent 7501a5e commit deaa853
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automation.yml
Expand Up @@ -20,8 +20,6 @@ on:
required: false
INFECTION_DASHBOARD_API_KEY:
required: false
CODECOV_TOKEN:
required: false # For public repositories, no token is needed

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
Expand Down Expand Up @@ -109,7 +107,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ matrix.php == '8.3' && matrix.dependency == 'locked' }}
if: ${{ matrix.name == 'PHPUNIT' && matrix.dependency == 'locked' }}
with:
token: ${{ secrets.CODECOV_TOKEN || '63caea06-f036-4606-a791-ccbd81d86c51' }}
directory: ${{ github.workspace }}/.cache/phpunit/
Expand Down

0 comments on commit deaa853

Please sign in to comment.