Skip to content

Use 'null' for default CODECOV_TOKEN #101

Use 'null' for default CODECOV_TOKEN

Use 'null' for default CODECOV_TOKEN #101

Workflow file for this run

---
name: Run tests
on: # yamllint disable-line rule:truthy
push:
branches: ['main']
pull_request:
workflow_dispatch:
jobs:
canary:
uses: ./.github/workflows/pytest.yaml

Check failure on line 12 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: 12, Col: 11): Error from called workflow colcon/ci/.github/workflows/pytest.yaml@c2696f722438d427877bbd9abb2819f1b8f3cc33 (Line: 52, Col: 27): Unexpected symbol: '"'CODECOV_TOKEN':"'. Located at position 27 within expression: contains(toJson(secrets), "'CODECOV_TOKEN':")
with:
# Choose colcon-notification for a canary build. It has colcon
# dependencies and debian patches, so exercieses a fair amount of the
# CI action features.
repository: colcon/colcon-notification
# Use HEAD to find strategy.json file instead of the tip of colcon/ci
setup-repository: ''
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yamllint -f github .