Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/generate-readme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Generate README from templates and data files using doctool
on:
workflow_call:
inputs:
doctool-ref:
description: 'Git ref (tag/branch/commit) of keyfactor/doctooldotnet to run. Defaults to main; override to pin to a specific commit/tag if needed.'
type: string
required: false
default: 'main'
secrets:
token:
description: 'Secret token from caller workflow to approve readme'
Expand All @@ -23,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: keyfactor/doctooldotnet
ref: ${{ inputs.doctool-ref }}
path: doctooldotnet
token: ${{ secrets.token }}
clean: false
Expand Down
Loading