Skip to content

Update Singapore #15117

Update Singapore

Update Singapore #15117

Workflow file for this run

name: Top GitHub Users
on:
schedule:
- cron: "0 * * * *"
push:
branches:
- "main"
workflow_dispatch:
jobs:
release:
name: GitHub Active Users
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CUSTOM_TOKEN }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.16.1
- name: TOP GITHUB USERS ACTION
uses: ePlus-DEV/top-github-users-action@master
env:
CUSTOM_TOKEN: ${{ secrets.CUSTOM_TOKEN }}