diff --git a/plugins/lookup/github_app_access_token.py b/plugins/lookup/github_app_access_token.py index 265dacc504..5cd99b81c7 100644 --- a/plugins/lookup/github_app_access_token.py +++ b/plugins/lookup/github_app_access_token.py @@ -49,7 +49,7 @@ EXAMPLES = ''' 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') '''