mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
added directives in documentation for GitHub token scopes
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b1db74bb72
commit
ee5c34b6ca
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ attributes:
|
|||
options:
|
||||
token:
|
||||
description:
|
||||
- GitHub OAuth or personal access token (classic) with the read:gpg_key, write:gpg_key, and admin:gpg_key scopes needed to manage GPG keys.
|
||||
- GitHub OAuth or personal access token (classic) with the C(read:gpg_key), C(write:gpg_key), and C(admin:gpg_key) scopes needed to manage GPG keys.
|
||||
required: true
|
||||
type: str
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue