iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

initial gha to test example-get-started-experiments #243

Closed dberenbaum closed 10 months ago

dberenbaum commented 10 months ago

Similar to the recent action added to generate example-get-started, this does the same for example-get-started-experiments. It also uses the cml runner to launch a self-hosted instance for training.

This requires a PERSONAL_ACCESS_TOKEN be added to the repo. @daavoo @shcheklein How did we set up the token for example-get-started-experiments? Can/should we use the same here?

daavoo commented 10 months ago

How did we set up the token for example-get-started-experiments? Can/should we use the same here?

I think it is a PAT from the @iterative-olivaw account. Access should be in 1password

dberenbaum commented 10 months ago

Thanks @daavoo! Added the token to the repo secrets.

dberenbaum commented 10 months ago

Yup, that's been my approach 🤷. Once we have an initial version merged, we can test follow-ups more easily at least.