Skip to content

ci: codecov issue

ci: codecov issue #95

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
name: "Pull Requests"
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 12 in .github/workflows/pull_requests.yml

View workflow run for this annotation

GitHub Actions / Pull Requests

Invalid workflow file

The workflow is not valid. .github/workflows/pull_requests.yml (Line: 12, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN
linters:
name: Linters
uses: ./.github/workflows/linters.yml
release-check:
name: Release Check
uses: ./.github/workflows/publish.yml