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) #1

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

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

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