photoprism/.github/workflows/contributors.yml
2022-05-10 22:06:05 +02:00

17 lines
No EOL
428 B
YAML

name: Contributors
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- develop
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.SVG_TOKEN }}
commitMessage: 'CI: Update contributors.svg'
svgPath: 'assets/static/img/contributors.svg'
affiliation: 'all'