Skip to content

Commit

Permalink
Update docs for github_app_access_token.py (#9152)
Browse files Browse the repository at this point in the history
* Update github_app_access_token.py

updating docs - github_token missing {{ }}

* Update plugins/lookup/github_app_access_token.py

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
PredatarIan and felixfontein authored Nov 20, 2024
1 parent 54194cc commit 5a97158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/lookup/github_app_access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
dest: /srv/checkout
vars:
github_token: >-
lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
app_id='123456', installation_id='64209')
{{ lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
app_id='123456', installation_id='64209') }}
'''

RETURN = '''
Expand Down

0 comments on commit 5a97158

Please sign in to comment.