Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Add a dynamic security workflow and a SECURITY.md file (#1127) #3

Add a dynamic security workflow and a SECURITY.md file (#1127)

Add a dynamic security workflow and a SECURITY.md file (#1127) #3

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 }}