exe.dev integrations let you keep secrets outside of your VM; a proxy injects the secrets. Sometimes this is as simple as adding an HTTP header, and sometimes the integration is bespoke.
We recently gave our GitHub integration two new features:
- One URL for any repo: Any repo that a VM has access to (including team integrations) can be accessed at
https://github.int.exe.xyz/OWNER/REPO. We automatically pick the appropriate integration, saving you the trouble of remembering the integration name as well. We take compatibility seriously, so your old git remotes will work just fine. - Read-only integrations: You can mark a GitHub integration as read-only, both for git operations (fetch, not push) and GitHub API operations.
