Skip to content

Updates & maintenance #1

Updates & maintenance

Updates & maintenance #1

Workflow file for this run

name: "Coverage"
on:
pull_request:
workflow_dispatch:
push:
branches: ["*"]
schedule:
- cron: "0 9 * * 1"
jobs:
coverage:
name: "Coverage"
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
with:
php: "8.4"
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 20 in .github/workflows/coverage.yml

View workflow run for this annotation

GitHub Actions / Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yml (Line: 20, Col: 29): Invalid secret, COVERALLS_REPO_TOKEN is not defined in the referenced workflow.