Is there anyway to use an organization's repo with github? Currently it only shows the main account but none of the organizations it belongs to. This is for selfhosted.
Also, is there any way I can use a simple repo for all of my functions? What would be the best practice for that using NodeJS?
TL;DR
The developer is asking if it's possible to use a GitHub organization's repository on GitHub, as currently only the main account is showing up. They also want to know the best practice for using a single repository for all their functions with NodeJS.
Solution: To use an organization's repository, you need to ensure that you have the necessary permissions and access rights. Make sure that you are a member of the organization and have appropriate privileges. If you are the owner or admin of the organization, you should be able to access the repository.
Regarding using a simple repository for all functions with NodeJS, it's recommended to organize your code into separateRecommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?