Skip to content

Commit

Permalink
Fix plugin call in example (ansible-collections#8114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwevers authored Mar 20, 2024
1 parent 6298ad4 commit 69ab5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lookup/github_app_access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
dest: /srv/checkout
vars:
github_token: >-
lookup('github_app_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')
'''

Expand Down

0 comments on commit 69ab5eb

Please sign in to comment.