> For the complete documentation index, see [llms.txt](https://docs.runway.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runway.team/integrations/ci-cd/bitrise.md).

# Bitrise

<div align="left"><img src="/files/-MjHDiMTyBU41B7AogdF" alt=""></div>

## Set up

### Navigate to the Integration settings view

1. Select an app in the top left corner from the Switcher
2. Navigate to **App Settings** by clicking the gear icon (⚙️) at the top of the Timeline sidebar
3. Click on **Integrations** in the sidebar

### **Connect Bitrise**

1. Find the **Bitrise** integration module under the **CI/CD** section
2. Click the **Connect** button
3. Enter a Bitrise Personal Access Token
4. You can generate Personal Access Tokens within Bitrise. :link: [**Bitrise - Acquiring a Personal Access Token**](https://devcenter.bitrise.io/api/authentication/)

{% hint style="info" %}
If possible, select **Never** for the token expiration so you don’t have to keep regenerating tokens and reconnecting Bitrise.
{% endhint %}

5. Click **Save**; you’ll be presented with a dialog in which to select your Bitrise app and your Release Candidate workflow or pipeline, and (optionally) your release workflow if different than your RC workflow

{% hint style="warning" %}
Due to a Bitrise API limitation, new workflows created in Bitrise will not be available to select in Runway until they have been run at least once.
{% endhint %}

{% hint style="info" %}
Learn more about [builds and branches in Runway](/getting-started/setting-up-your-integrations/builds-and-branches.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.runway.team/integrations/ci-cd/bitrise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
