Skip to content

Commit 8831a68

Browse files
authored
Merge pull request #108 from smkent/manage
Fix CODECOV_TOKEN reference rendering in template CI workflow
2 parents 9404738 + 296f6b5 commit 8831a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: 📊 Upload coverage to Codecov
5252
uses: codecov/codecov-action@v4
5353
env:
54-
CODECOV_TOKEN: ${{ "${{" }} secrets.CODECOV_TOKEN }}
54+
CODECOV_TOKEN: ${{ "{{" }} secrets.CODECOV_TOKEN }}
5555
if: ${{ "{{" }} env.ENABLE_COVERAGE == 'true' }}
5656
with:
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)