Skip to content

GitHub Moroccan active users #44

GitHub Moroccan active users

GitHub Moroccan active users #44

Workflow file for this run

name: GitHub Moroccan active users
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
fetch:
name: Fetch users
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CUSTOM_TOKEN }}
- uses: actions/[email protected]
with:
node-version: 14.17.0
- uses: soub4i/top-github-users-action@master
env:
CUSTOM_TOKEN: ${{ secrets.CUSTOM_TOKEN }}
ALLOW_MD: false
ALLOW_HTML: false