Skip to content

Workflow Summary Report #24

Workflow Summary Report

Workflow Summary Report #24

name: Workflow Summary Report
on:
schedule:
# Run weekly on Sundays at midnight
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
generate-summary:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Make script executable
run: chmod +x .github/workflows/scripts/generate-workflow-summary.sh
- name: Generate Workflow Summary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .github/workflows/scripts/generate-workflow-summary.sh