From 3eb1f4d93b6b24a16969d4f9276d911829a67bb2 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Mon, 2 Dec 2024 15:41:47 +0100 Subject: [PATCH] try to fix syntax --- app.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 60694dd..a5abc5a 100644 --- a/app.yaml +++ b/app.yaml @@ -8,4 +8,5 @@ # GitHub App (if this is set, the personal access token (github_token) will be ignored) github_app_id: 1075380 -github_app_private_key: __GITHUB_APP_PRIVATE_KEY__ +github_app_private_key: | + __GITHUB_APP_PRIVATE_KEY__