Replies: 1 comment 1 reply
-
You need to add token to checkout the private repo with correct permissions. How to create PAT with checkout permissions to checkout a private repository ?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't get this to work. I have a private repo I need to checkout and use in another private repo of mine.
So inside the workflow I'm doing this:
Also added
token: ${{ secrets.REPO_ACCESS_TOKEN }}
but gettingRetrieving the default branch name. Bad credentials.
What is going wrong?
Beta Was this translation helpful? Give feedback.
All reactions