blob: bff434ab66f8ec88f4c431d9ba66b5a238b282b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: Statistics
on:
push:
branches: main
schedule:
- cron: '3 13 * * 1'
jobs:
stats:
name: Statistics
uses: | # zizmor: ignore[unpinned-uses] same maintainer as this repo
emacscollective/workflows/.github/workflows/stats.yml@main
permissions: {}
secrets:
rclone_config: ${{ secrets.RCLONE_CONFIG }}
|