Hi - I've reached out to Depot as well, but figured I'd cross post here just in case anyone has experienced this.
I opened a Depot account, connected my GH Org and Dagger Cloud Org, and am running this GHA workflow:
test:
runs-on: depot-ubuntu-latest,dagger=0.15.2
steps:
- run: dagger version
- run: printenv
- run: dagger -m github.com/shykes/daggerverse/hello@v0.3.0 call hello --greeting="bonjour" --name="monde"
Dagger is preinstalled, but it is not picking up any dagger cloud token nor a running engine. It pulls the engine image and starts one on the runner. I've tried various version of dagger up to 0.16.1, and various runner labels of differing sizes, OS and architectures. I've also read both Dagger and Depots documentation and watched the related youtube videos. I can't figure out what I'm doing wrong.