Skip to content

Top GitHub Users #10150

Top GitHub Users

Top GitHub Users #10150

Workflow file for this run

name: Top GitHub Users
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
release:
name: Github Active Users
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CUSTOM_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 14.17.0
- uses: gayanvoice/top-github-users-action@master
env:
CUSTOM_TOKEN: ${{ secrets.CUSTOM_TOKEN }}