Skip to content

Update dynamic README workflow to open a Pull Request (#31) #4

Update dynamic README workflow to open a Pull Request (#31)

Update dynamic README workflow to open a Pull Request (#31) #4

name: update-templates
on:
push:
paths:
- README.md
branches:
- main
workflow_dispatch:
jobs:
update-templates:
permissions:
contents: write
pull-requests: write
pages: write
uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}