I'd like to use dagger to make automated changes to a git repo
- clone repo & checkout branch
- mount to a container with tools and do things
- commit changes, push to code host, open pr
Is the easiest thing to do, to do the git operations in the tools container, mounting in any needed code host secrets? (rather than relying on daggers git function, which only seems to support the clone step)
Opening a PR is probably API based work, so tools container & creds anyway