From 5a9715874af655d0b3f7180bcd2775987c3fef7f Mon Sep 17 00:00:00 2001 From: Ian Richardson <126898943+PredatarIan@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:07:06 +0000 Subject: [PATCH] Update docs for github_app_access_token.py (#9152) * Update github_app_access_token.py updating docs - github_token missing {{ }} * Update plugins/lookup/github_app_access_token.py Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein --- plugins/lookup/github_app_access_token.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lookup/github_app_access_token.py b/plugins/lookup/github_app_access_token.py index 1d3c526c334..cee635fc0aa 100644 --- a/plugins/lookup/github_app_access_token.py +++ b/plugins/lookup/github_app_access_token.py @@ -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 = '''