Skip to content

Commit

Permalink
Merge pull request #108 from smkent/manage
Browse files Browse the repository at this point in the history
Fix CODECOV_TOKEN reference rendering in template CI workflow
  • Loading branch information
smkent authored Jul 9, 2024
2 parents 9404738 + 296f6b5 commit 8831a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: 📊 Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ "${{" }} secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ "{{" }} secrets.CODECOV_TOKEN }}
if: ${{ "{{" }} env.ENABLE_COVERAGE == 'true' }}
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 8831a68

Please sign in to comment.