Skip to content

scheduled

scheduled #21

Workflow file for this run

---
name: scheduled
on:
workflow_dispatch: { } # Allows manually trigger this workflow
schedule:
- cron: "0 3 * * *"
permissions:
pull-requests: write
id-token: write
contents: write
jobs:
scheduled:
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-scheduled.yml@main

Check failure on line 15 in .github/workflows/scheduled.yml

View workflow run for this annotation

GitHub Actions / scheduled

Invalid workflow file

The workflow is not valid. In .github/workflows/scheduled.yml (Line: 15, Col: 11): Error from called workflow cloudposse-terraform-components/.github/.github/workflows/shared-terraform-scheduled.yml@main (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
secrets: inherit