Replies: 1 comment 6 replies
-
Hope I understand this correctly. What you need to do is to inclue README files from other repos that need authentication. Use of a token does sound like the solution of choice for anything that needs to run automatically, such in a pipeline. It is usually that, depositing the username and password somewhere (less ideal) or using SSH keys. That tends to be the same for GitHub, Gitlab and other systems. You may want to consult the Gitlab docu and ask in a Gitlab-related forum if you have questions about this. If you are building locally, could you simply clone the other repos and pull copy their READMEs before building? Ideally, this would be scripted but with a bit of diligence can be done manually as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! I need help
Please help me or give me some advice or something to process this. Moreover, If get README.md from another Repo, and can be synced but if the repo Gitlab (private needs to username, and password) I saw have option with an access token to clone the repo. But I can not use this option can solve this problem
Beta Was this translation helpful? Give feedback.
All reactions