Skip to content

.github/workflows/scheduled.yml #369

.github/workflows/scheduled.yml

.github/workflows/scheduled.yml #369

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/github-actions-workflows-terraform-module/.github/workflows/scheduled.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/scheduled.yml

Invalid workflow file

error parsing called workflow ".github/workflows/scheduled.yml" -> "cloudposse/github-actions-workflows-terraform-module/.github/workflows/scheduled.yml@main" (source branch with sha:fca6666993583f3f9abe32c8028f4ebbc1e05c66) --> "cloudposse/github-actions-workflows/.github/workflows/scheduled-readme.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit