mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
17 lines
No EOL
428 B
YAML
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' |