mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Amend token coverage for enablement in Action metadata file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user