Skip to content

Commit

Permalink
Try removing quotes
Browse files Browse the repository at this point in the history
I have been told it could fix the issue we have with Codecov. Let us try
the suggestion before reporting a new issue.
  • Loading branch information
greg0ire committed Aug 15, 2024
1 parent 9042447 commit 07fbe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,4 +626,4 @@ jobs:
directory: reports
fail_ci_if_error: true
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 07fbe40

Please sign in to comment.