Gradience/.github/workflows/main.yml
0xMRTT 3e938f9c23
ci: add weekly report
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-14 02:18:04 +02:00

12 lines
243 B
YAML

name: Weekly Report
on:
schedule:
- cron: '0 6 * * 0' # At 06:00 on Sunday
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/activity-report@v1
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}