From 0968db9eff8eb66bb0f33a03576d4502b163dbdc Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 30 Jan 2023 18:45:25 -0600 Subject: [PATCH] Amend token coverage for enablement in Action metadata file --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 405169e..0be0075 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: default: ${{ github.token }} required: true enablement: - description: 'Should a Pages site be enabled for the repository if not so already? This will only work with user-to-server tokens.' + description: 'Should a Pages site be enabled for the repository if not so already? This will only work for user-to-server tokens, or server-to-server tokens with both the `pages: write` and `administration: write` permissions granted.' default: 'false' required: false outputs: