Skip to content

Recent Activity Summary #2

Recent Activity Summary

Recent Activity Summary #2

---
name: Recent Activity Summary
on: # yamllint disable-line rule:truthy
schedule:
- cron: '16 0 * * Mon' # Run every Monday at 00:16 UTC
workflow_dispatch: # Allow manual triggering
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: akaihola/repo-summary-post@v0.0.8
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
project-name: 'Darker'
# Optional inputs for debugging purposes:
verbose: '2'
dry-run: 'false'
output-content: '-'
env:
OPENROUTER_KEY: '${{ secrets.OPENROUTER_KEY }}'