Skip to content

Commit 54c6ce7

Browse files
committed
Fix syntax for Codecov token reference in build-test.yml
1 parent 3d2b6d1 commit 54c6ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
--coverage-output coverage.cobertura.xml
209209
210210
- name: Upload coverage to Codecov
211-
if: inputs.collect-coverage == true && secrets['codecov-token'] != ''
211+
if: inputs.collect-coverage == true && ${{ secrets.codecov-token }} != ''
212212
uses: codecov/codecov-action@v4
213213
with:
214214
files: ./test/**/TestResults/coverage.cobertura.xml

0 commit comments

Comments
 (0)