Skip to content

feat: update new tools #52

feat: update new tools

feat: update new tools #52

Workflow file for this run

on:
push:
workflow_dispatch:
branches:
- master
name: gen contributors
jobs:
gen-contributors:
runs-on: ubuntu-latest
name: auto gen contributors list
steps:
- name: gen contributors list
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}