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

Commit

Permalink
Merge pull request #325 from thoughtbot/sb-dynamic-readme-workflow
Browse files Browse the repository at this point in the history
Call dynamic-readme reusable workflow
  • Loading branch information
Stefanni Brasil authored Mar 15, 2024
2 parents 2ae3a99 + 57e6403 commit f645fbc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dynamic-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,5 @@ Griddler was written by Caleb Hearth and Joel Oliveira.

Thanks to our [contributors](https://github.com/thoughtbot/griddler/contributors)!

![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)

The names and logos for thoughtbot are trademarks of thoughtbot, inc.
<!-- START /templates/footer.md -->
<!-- END /templates/footer.md -->

0 comments on commit f645fbc

Please sign in to comment.