Skip to content

scheduled

scheduled #340

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 / scheduled

Invalid workflow file

The workflow is not valid. .github/workflows/scheduled.yml (Line: 15, Col: 11): Secret REPO_ACCESS_TOKEN is required, but not provided while calling. .github/workflows/scheduled.yml (Line: 17, Col: 28): Invalid secret, github_access_token is not defined in the referenced workflow.
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}