From 38c2af53ba6294d3bfa34f6e4642ad0a0ff0efbd Mon Sep 17 00:00:00 2001 From: Max de Groot <7687218+MaximumFX@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:37:59 +0200 Subject: [PATCH] Create update-readme workflow --- .github/workflows/update-readme.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/update-readme.yml diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 0000000..3fcc0f5 --- /dev/null +++ b/.github/workflows/update-readme.yml @@ -0,0 +1,21 @@ +name: Update README.md + +on: + workflow_dispatch: + push: + branches: + - dev + paths: + - "info.yml" + +permissions: + contents: write + +jobs: + run: + name: Generating README.md + runs-on: ubuntu-latest + steps: + - uses: MaximumFX/tk-readme-generator@v1.0.4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}