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
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...