Skip to content

Commit

Permalink
feat: enable weekly repo activity summary for real
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 12, 2024
1 parent 1af5386 commit 644a725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
---
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:
prs:
generate:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: akaihola/[email protected].5.3-debug
uses: akaihola/[email protected].6
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
project-name: 'Darker'
# Optional inputs for debugging purposes:
verbose: '2'
dry-run: 'true'
dry-run: 'false'
output-content: '-'
env:
OPENROUTER_KEY: '${{ secrets.OPENROUTER_KEY }}'

0 comments on commit 644a725

Please sign in to comment.