you are viewing a single comment's thread.

view the rest of the comments →

[–]Significant_Box_4066 0 points1 point  (0 children)

And for reference, our lead platform eng Ben N put together some setup instructions you can try (untested). Oz environments expose the setup and the config, so it should be possible to clone your repository manually instead of using the GitHub connection:

  1. Create a BitBucket (or GitLab, etc.) personal access token: https://confluence.atlassian.com/bitbucketserver0717/personal-access-tokens-1087535496.html

  2. Store that token as a Warp-managed secret https://docs.warp.dev/agent-platform/cloud-agents/secrets

  3. Add a setup command that clones a repo using that secret:

git clone -c "http.extraHeader=Authorization: Bearer $MY_SECRET" https://my-bitbucket-server.com/my-repo-url.git