Skip to content

chore: update changelog #10

chore: update changelog

chore: update changelog #10

Workflow file for this run

name: Contributors
on:
push:
branches: ["main"]
jobs:
contributor_report:
name: contributor report
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}