I'm using GitHub Actions to run some tests on every push and I need DVC. I'm trying to make this work with the runs-on: ubuntu-latest
option but when I try to run it, the action get's stuck because it requires manual authentication. Is there a way to go around this and automate the authentication ?
I figured out that in order for this to work, I had to switch to using a service account.