Skip to content

feat: Add action

feat: Add action #2

Workflow file for this run

---
name: update-readme
on:
pull_request:
branches:
- main
paths:
- action.yml
jobs:
update-readme:
uses: bendwyer/github-workflows/.github/workflows/github-action-update-readme.yml@main
with:
gh_app_id: ${{ vars.GH_APP_ID }}
secrets:
gh_app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}