[PR #9152/5a971587 backport][stable-8] Update docs for github_app_access_token.py (#9162)
Update docs for github_app_access_token.py (#9152)
* Update github_app_access_token.py
updating docs - github_token missing {{ }}
* Update plugins/lookup/github_app_access_token.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5a9715874a
)
Co-authored-by: Ian Richardson <126898943+PredatarIan@users.noreply.github.com>
pull/9193/head
parent
1145432292
commit
9e2d72b163
|
@ -49,8 +49,8 @@ EXAMPLES = '''
|
||||||
dest: /srv/checkout
|
dest: /srv/checkout
|
||||||
vars:
|
vars:
|
||||||
github_token: >-
|
github_token: >-
|
||||||
lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
|
{{ lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
|
||||||
app_id='123456', installation_id='64209')
|
app_id='123456', installation_id='64209') }}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in New Issue