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 44ab24c commit 7501a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -111,6 +111,6 @@ jobs:
uses: codecov/codecov-action@v4
if: ${{ matrix.php == '8.3' && matrix.dependency == 'locked' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN || '63caea06-f036-4606-a791-ccbd81d86c51' }}
directory: ${{ github.workspace }}/.cache/phpunit/
verbose: true

0 comments on commit 7501a5e

Please sign in to comment.