Skip to content

scheduled

scheduled #532

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

Check failure on line 14 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: 14, Col: 11): Secret REPO_ACCESS_TOKEN is required, but not provided while calling. .github/workflows/scheduled.yml (Line: 16, Col: 28): Invalid secret, github_access_token is not defined in the referenced workflow.
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}