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 e1b0263 commit 44c5169
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 @@ -655,4 +655,4 @@ jobs:
directory: reports
fail_ci_if_error: true
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 44c5169

Please sign in to comment.