https://github.com/gitpod-io/template-custom-org-repo
Use custom organization repository without installing Gitpod app
https://github.com/gitpod-io/template-custom-org-repo
gitpod
Last synced: 3 months ago
JSON representation
Use custom organization repository without installing Gitpod app
- Host: GitHub
- URL: https://github.com/gitpod-io/template-custom-org-repo
- Owner: gitpod-io
- Created: 2022-10-17T09:57:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T12:34:42.000Z (over 3 years ago)
- Last Synced: 2025-12-25T16:08:32.130Z (6 months ago)
- Topics: gitpod
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use custom organization repository without installing Gitpod app
What if you want to use Gitpod but your private Github ORG won't install the Gitpod app for you, this can help you in that.
- Create a new token from [here](https://github.com/settings/tokens/new) with scopes of `{repo, admin:org}`
- Copy the token, go to https://gitpod.io/variables
- Create a new variable called `CUSTOM_GH_TOKEN` with the value of your token, set the scope to `*/*`
- Copy this: https://gitpod.io/#CUSTOM_REPO_URLS=github.com|bashbox|std~github.com|csweichel|lama/https://github.com/gitpod-io/template-custom-org-repo (just an example)
- Specify your repos inside the value of 👆 `CUSTOM_REPO_URLS` (you can overwrite the example values)
- It could be separated by `~` for multiple repos.
- The format is: `||`