Skip to content

DO NOT MERGE: Test tokenless codecov upload #55

DO NOT MERGE: Test tokenless codecov upload

DO NOT MERGE: Test tokenless codecov upload #55

Workflow file for this run

---
name: Run tests
on:
push:
branches: ['main']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@cottsay/null-secret

Check failure on line 11 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 11, Col: 11): Error from called workflow colcon/ci/.github/workflows/pytest.yaml@cottsay/null-secret (Line: 52, Col: 27): Unexpected symbol: '"'CODECOV_TOKEN':"'. Located at position 27 within expression: contains(toJson(secrets), "'CODECOV_TOKEN':")
secrets:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'