Skip to content
Closed

Patch 2 #45206

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.openapi_decorator
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


FROM node:24-alpine@sha256:7d042bda1f5999f5bd14a23e9e62d9c320cceb68f93f167ce01ca3ecbd9cef71

WORKDIR /openapi-check
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

version: '3.6'
services:
webapp:
Expand Down
Loading