Closed
Description
Apologies if this has already come up...I haven't been able to find an answer to this.
I'm attempting to setup Actions for a private GitHub repo. The repo pulls in two submodules, each of which are also private GitHub repos. My Action fails on checkout with ##[error]fatal: Could not read from remote repository.
How do I configure the checkout action with the right credentials to pull in these private submodules?
This is what I currently have for the checkout step as a starting point:
- uses: actions/checkout@v1
with:
submodules: true
Metadata
Metadata
Assignees
Labels
No labels