From f751abf81db9ebb64ee223ed960fd6085d356feb Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:30:39 +0100 Subject: [PATCH] [PR #8114/69ab5eb1 backport][stable-8] Fix plugin call in example (#8120) Fix plugin call in example (#8114) (cherry picked from commit 69ab5eb1105ba3b62d24ff2222a4e00ce6555a31) Co-authored-by: Kristof Wevers --- 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') '''