advent-of-code/.github/workflows/readme-stars.yml

25 lines
769 B
YAML
Raw Permalink Normal View History

name: Update readme ⭐️ progress
2022-10-17 11:03:22 +02:00
2021-12-29 14:12:01 +01:00
on:
# !Please set a different minute than 51 if you enable this!
# schedule:
# - cron: "51 */6 * * *" # Every 6 hours
2022-10-17 11:03:22 +02:00
workflow_dispatch:
2021-12-29 14:12:01 +01:00
jobs:
2022-10-17 11:03:22 +02:00
update-readme:
runs-on: ubuntu-latest
if: ${{ vars.AOC_ENABLED == 'true' }}
permissions:
contents: write
2022-10-17 11:03:22 +02:00
steps:
- uses: actions/checkout@v4
2022-10-17 11:03:22 +02:00
- uses: k2bd/advent-readme-stars@v1
with:
userId: ${{ secrets.AOC_USER_ID }}
sessionCookie: ${{ secrets.AOC_SESSION }}
year: ${{ secrets.AOC_YEAR }}
- uses: stefanzweifel/git-auto-commit-action@v5
2022-10-17 11:03:22 +02:00
with:
commit_message: "update readme progress"