Amend token coverage for enablement in Action metadata file

This commit is contained in:
James M. Greene
2023-01-30 18:45:25 -06:00
committed by GitHub
parent 3c444c051b
commit 0968db9eff

View File

@@ -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: