Skip to content

We want to have a way to edit our README footer at one place and have… #1

We want to have a way to edit our README footer at one place and have…

We want to have a way to edit our README footer at one place and have… #1

name: update-templates
on:
push:
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 }}