Update stars #175
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update stars | |
on: | |
schedule: | |
- cron: "8 */5 1-25 12 *" # At minute 8 every 5th hour in December. | |
workflow_dispatch: | |
jobs: | |
update-stars: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: k2bd/advent-readme-stars@v1 | |
with: | |
userId: 1506714 | |
sessionCookie: ${{ secrets.AOC_SESSION }} | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: Update readme |