diff --git a/action.yml b/action.yml index 09e38de..771b519 100644 --- a/action.yml +++ b/action.yml @@ -3,6 +3,9 @@ name: Document Action Workflows in Repo Wiki description: Reads the workflow files in the repo and creates a wiki page with the workflow details. inputs: + github-pat: + description: The github personal access token used for interactions with github + required: true save-to-artifact: description: If true, save to documentation as an artifact required: true @@ -12,9 +15,6 @@ inputs: save-to-wiki: description: If true, save to documentation to repository's wiki required: true - github-pat: - description: The github personal access token used for interactions with github - required: true permissions: contents: write