Skip to content

Stars

Stars #713

Workflow file for this run

name: Stars
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 4 * * *"
jobs:
stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
# Run the script
- name: Run the script
run: cargo run
env:
GITHUB_TOKEN: ${{ secrets.GH_STARS_TOKEN }}
- uses: stefanzweifel/[email protected]
with:
branch: ${{ github.head_ref }}
commit_message: Commit list
commit_user_name: Analysis Tools Bot
commit_user_email: [email protected]
commit_author: Analysis Tools Bot <[email protected]>