Skip to content

Commit

Permalink
Amend token coverage for enablement in Action metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and GitHub committed Jan 31, 2023
1 parent 3c444c0 commit 0968db9
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: '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:
Expand Down

0 comments on commit 0968db9

Please sign in to comment.