name: Generate changelog
on:
workflow_dispatch:
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: "### Contributors"
COLUMN_PER_ROW: "6"
ACCESS_TOKEN: ${{secrets.CHANGELOG_PAT_STACK}}
IMG_WIDTH: "100"
FONT_SIZE: "14"
PATH: "README.md"
COMMIT_MESSAGE: "docs(readme): update contributors"
AVATAR_SHAPE: "round"