Skip to content

Commit

Permalink
Merge pull request #12 from nfa-vfxim/dev
Browse files Browse the repository at this point in the history
Update update-readme workflow
  • Loading branch information
mervinvb authored Apr 10, 2024
2 parents c8d0d16 + f322f16 commit 573e7b1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update README.md

on:
workflow_dispatch:
push:
branches:
- dev
Expand All @@ -11,5 +12,10 @@ permissions:
contents: write

jobs:
call-workflow:
uses: MaximumFX/tk-readme-generator/.github/workflows/update-readme.yml@main
run:
name: Generating README.md
runs-on: ubuntu-latest
steps:
- uses: MaximumFX/tk-readme-generator@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 573e7b1

Please sign in to comment.