---
title: "Save install GitHub token"
method: PUT
path: "/install/github/token"
tags: ["Install"]
---

# Save install GitHub token

`PUT /install/github/token`

Records the GitHub personal access token chosen during the browser install. Requires the one-time install token.

## Request body

- InstallGithubTokenInput — GitHub personal access token chosen during browser install.
  - `token` string, required
  - `username` string, required

## Response `204`

GitHub token recorded

## Other responses

- `401` — Invalid or missing install token
- `422` — Invalid install input

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
