Skip to content

Commit

Permalink
Merge pull request #4 from remychantenay/fix-gh-actions-workflow
Browse files Browse the repository at this point in the history
Fix GitHub Actions workflow
  • Loading branch information
remychantenay authored Sep 13, 2023
2 parents 42801fd + 63cfa34 commit 602d80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 602d80e

Please sign in to comment.