Skip to content

Commit

Permalink
Merge pull request #51 from actions/document-token-options
Browse files Browse the repository at this point in the history
Amend token coverage for enablement in Action metadata file
  • Loading branch information
JamesMGreene committed Feb 16, 2023
2 parents fc89b04 + 0b5c933 commit dfe5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'Try to enable Pages for the repository if it is not already enabled. This option requires a token other than `GITHUB_TOKEN` to be provided. In the context of a Personal Access Token, the `repo` scope or Pages write permission is required. In the context of a GitHub App, the `administration:write` and `pages:write` permissions are required.'
default: 'false'
required: false
outputs:
Expand Down

0 comments on commit dfe5b0f

Please sign in to comment.