Skip to content

Scheduled Workflow #238

Scheduled Workflow

Scheduled Workflow #238

Workflow file for this run

name: Scheduled Workflow
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
pull-requests: write
contents: read
jobs:
readme:
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
name: "readme"
with:
runs-on: '["ubuntu-latest"]'
secrets: inherit
scaffolding:
runs-on: ubuntu-latest
environment: security
steps:
- name: Run organizational action
uses: cloudposse-github-actions/.github@v0
with:
github_app_id: ${{ vars.GH_APP_ID }}
github_app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}