Skip to content

build: Create package.json #37

build: Create package.json

build: Create package.json #37

name: Acknowledge the Contributors
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
columns_per_row: 2
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}