From 65e3985dab36f95742f48226073633012a7e7957 Mon Sep 17 00:00:00 2001 From: teesaelee1998-ux Date: Sat, 18 Jul 2026 22:09:30 +0700 Subject: [PATCH 1/2] --- .../authenticating-as-a-github-app-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md index 207ca3da59fe..f1fca410ee0e 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md @@ -1,4 +1,6 @@ + --- + title: Authenticating as a GitHub App installation shortTitle: Authenticate as an installation intro: You can make your {% data variables.product.prodname_github_app %} authenticate as an installation in order to make API requests that affect resources owned by the account where the app is installed. From bf383f031cbadb045164628297ede6f0f4e17c99 Mon Sep 17 00:00:00 2001 From: teesaelee1998-ux Date: Sat, 18 Jul 2026 22:13:52 +0700 Subject: [PATCH 2/2] --- Dockerfile | 1 + Dockerfile.openapi_decorator | 2 ++ docker-compose.yaml | 1 + 3 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 16e4868bb612..4f229fb3283e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ + # This Dockerfile is used solely for production deployments to Moda # For building this file locally, see src/deployments/production/README.md # Most environment variables are set in the Moda configuration: diff --git a/Dockerfile.openapi_decorator b/Dockerfile.openapi_decorator index b6000cef8d20..b3a3c069b983 100644 --- a/Dockerfile.openapi_decorator +++ b/Dockerfile.openapi_decorator @@ -1,3 +1,5 @@ + + FROM node:24-alpine@sha256:7d042bda1f5999f5bd14a23e9e62d9c320cceb68f93f167ce01ca3ecbd9cef71 WORKDIR /openapi-check diff --git a/docker-compose.yaml b/docker-compose.yaml index 68470e45a7ff..43ff6412771b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,3 +1,4 @@ + version: '3.6' services: webapp: