Skip to content

GitHub Actions Integration with Core App

This guide explains how to integrate your GitHub Core App with GitHub Actions workflows for organization-level automation.

Prerequisites

Before integrating, ensure you have:

  1. Core App created and installed - See GitHub App Setup
  2. Secrets configured - CORE_APP_ID and CORE_APP_PRIVATE_KEY stored in GitHub
  3. Required permissions - App has permissions for your automation tasks

What's Covered

This section walks through the complete integration lifecycle:

References