If you want GitHub Actions to use things like DAGsHUB or other things that need login (in my case, a variable that looks like ${{ secrets.DAGSHUB_TOKEN }} in workflow yaml), you can look at the encrypted secrets documentation on GitHub to get things working
Where we are right now, as a reminder, we are deploying a mix of nbdev and DAGsHUB, with key features
GitHub Actions to perform automated tests
pre-commit hooks to clean up notebooks before pushing to Git
DONE #StreamAdmin Fix starting soon screen (text in overlay is overlapping)
TODO Look for example index.ipynb for nbdev using poetry
TODO for setting # | default_exp preprocessor with nbdev, it may be that you set this once for each code block that becomes a callable function, but your notebooks currently have those copied from notebook to another…should you refactor to remove duplicate call?