From 69ab5eb1105ba3b62d24ff2222a4e00ce6555a31 Mon Sep 17 00:00:00 2001 From: Kristof Wevers Date: Wed, 20 Mar 2024 08:15:38 +0100 Subject: [PATCH] Fix plugin call in example (#8114) --- plugins/lookup/github_app_access_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') '''