Skip to content

Rank GitHub Moroccan active users by stars #33

Rank GitHub Moroccan active users by stars

Rank GitHub Moroccan active users by stars #33

Workflow file for this run

name: Rank GitHub Moroccan active users by stars
on:
schedule:
- cron: "0 1 * * 0"
workflow_dispatch:
jobs:
stargazer:
name: Stargazing users
runs-on: ubuntu-20.04
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
contents: write
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CUSTOM_TOKEN }}
- uses: maximousblk/setup-deno@v2
- run: deno run --allow-env --allow-net --allow-write --allow-read scripts/stargazer.ts
env:
TOKEN: ${{ secrets.API_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update morocco-shiny.json"
add_options: "-A"