Skip to content

nightly

nightly #100

Workflow file for this run

name: "nightly"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"

Check failure on line 10 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / nightly

Invalid workflow file

The workflow is not valid. In .github/workflows/nightly.yml (Line: 10, Col: 11): Error from called workflow puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main (Line: 73, Col: 13): Unrecognized named-value: 'secrets'. Located at position 112 within expression: contains(inputs.rake_task, 'coverage') && inputs.runs_on == 'ubuntu-latest' && inputs.ruby_version == '3.2' && secrets.CODECOV_TOKEN
secrets: "inherit"