> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Trunk CI

> Powers Trunk's CI Intelligence features. Enables trunk to track the progress of the commits to your pull requests as they are made and track general execution of GitHub action workflows and jobs.

#### GitHub Repository permissions

<table>
  <colgroup>
    <col width="148" />

    <col width="117" />

    <col width="453" />
  </colgroup>

  <thead>
    <tr>
      <th>Permission</th>
      <th>Access</th>
      <th>What Trunk uses it for</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>**Actions**</td>
      <td>Read</td>
      <td>Receives `workflow_job` and `workflow_run` events and downloads GitHub Actions job logs.</td>
    </tr>

    <tr>
      <td>**Contents**</td>
      <td>Read</td>
      <td>Receives `push` events and reads workflow files, reusable workflows, and composite actions from repositories.</td>
    </tr>

    <tr>
      <td>**Metadata**</td>
      <td>Read</td>
      <td>Reads basic repository information, such as repository names and identifiers. GitHub automatically requires this permission for every GitHub App.</td>
    </tr>
  </tbody>
</table>
