---
title: Charmhub | Deploy GitHub runner using Charmhub - The Open Operator Collection
description: Deploy the latest version of GitHub runner on any cloud.
url: https://charmhub.io/github-runner/docs/reference-integrations
---

# GitHub runner

[Canonical IS DevOps](https://charmhub.io/publisher/canonical-is-devops "View all packages from Canonical IS DevOps")

* [Canonical IS DevOps](https://charmhub.io/publisher/canonical-is-devops "View all packages from Canonical IS DevOps")

Platform:

24.04

22.04

20.04

stable 24801f1f

```
juju deploy github-runner
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

---

#### Contacts

##### Maintainers

+ [Launchpad Team](https://launchpad.net/~canonical-is-devops)

* [Submit a bug](https://github.com/canonical/github-runner-operator/issues)

---

Share your thoughts on this charm with the community on discourse.

[Join the discussion](https://discourse.charmhub.io/)

# Integrations

This document provides an overview of the integrations supported by the GitHub Runner charm.

### [`debug-ssh`](https://charmhub.io/github-runner/docs/reference-integrations#p-30367-debug-ssh)

*Interface*: debug-ssh
*Supported charms*: [tmate-ssh-server](https://charmhub.io/tmate-ssh-server)

Debug-ssh integration provides necessary information for runners to provide ssh reverse-proxy
applications to setup inside the runner.

Example debug-ssh integrate command:

```
juju integrate github-runner tmate-ssh-server
```

### [`mongodb`](https://charmhub.io/github-runner/docs/reference-integrations#p-30367-mongodb)

*Interface*: mongodb\_client
*Supported charms*: [mongodb](https://charmhub.io/mongodb), [mongodb-k8s](https://charmhub.io/mongodb-k8s)

The mongodb integration provides the necessary information for the runner manager to access
the mongodb database, which is required for the (experimental) reactive spawning feature.
Integrating the charm with mongodb lets the charm automatically go into reactive mode.

Example mongodb\_client integrate command:

```
juju integrate github-runner mongodb
```

---
