You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm very new to GH Actions so I'm not sure if I'm doing something wrong, but I'm not able to get this action to pull my repo's private submodule.
Before using the cached LFS action, I was able to make it work with checkout by passing in my ssh key like this:
Hi! I'm very new to GH Actions so I'm not sure if I'm doing something wrong, but I'm not able to get this action to pull my repo's private submodule.
Before using the cached LFS action, I was able to make it work with checkout by passing in my ssh key like this:
But I didn't see an option to do that for this action. I did try passing in the token, but that didn't end up working.
I also tried running the following step before my checkout, again with no success:
Here's what my code looks like in its current state, pretty straightforward:
Any help would be appreciated! Not sure if this is something that's supported or if I'll need to come up with a workaround. Thanks in advance :)
The text was updated successfully, but these errors were encountered: