Access to Insiders for multiple people at org? #3816
-
Hi! We're sponsoring as an organization and have created a bot account as instructed. It seems to be working - I can use its token locally and on Netlify. However, a colleague is now trying to get set up to run it locally and is getting errors at pip install:
We were wondering if you also had to be signed in with the linked github account - but Netlify isn't (though it could be getting away with it because it's signed in with my account, which also sponsors . . . ) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Thanks for asking. The general advice for organizations is to fork the Insiders repository to your organization, which allows you to grant access to all members of your organization. It's currently not possible for me to add multiple accounts, but I'm working on a solution so organizations can add more collaborators by themselves without the necessity for forking. [1] In the meantime, forking is the way to go. GitHub makes it easy to stay in sync with upstream. Thus, you can currently only pull changes with the account that was added as a collaborator, so make sure that you're signed in with that account. [1]: GitHub recently announced (and released) sponsor-only repositories, which would theoretically make my custom webhook-based integration obsolete, so I was really looking forward on their take on this, but sadly it only works for individual collaborators. Same thing as my custom integration. I'm kind of hoping that GitHub comes up with a solution for this, but I guess I have to build something myself again. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to install 'Insiders' and getting errors with latest generated token. I am a sponsor, paying monthly. C:\Users\jacquelinel>pip install git+https://$[email protected]/squidfunk/mkdocs-material-insiders.git × git clone --filter=blob:none --quiet 'https://****@github.com/squidfunk/mkdocs-material-insiders.git' 'C:\Users\jacquelinel\AppData\Local\Temp\pip-req-build-at0ohzxu' did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × git clone --filter=blob:none --quiet 'https://****@github.com/squidfunk/mkdocs-material-insiders.git' 'C:\Users\jacquelinel\AppData\Local\Temp\pip-req-build-at0ohzxu' did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Can you help me, please. Kind regards, Edit by @squidfunk: redacted tokens. |
Beta Was this translation helpful? Give feedback.
-
You redacted the tokens in the last comment, but the comment edit history still has them. 😉 Read these pages to learn how to redact the tokens fully:
Just letting you know. I assume that the original poster has regenerated their token by now. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. The general advice for organizations is to fork the Insiders repository to your organization, which allows you to grant access to all members of your organization. It's currently not possible for me to add multiple accounts, but I'm working on a solution so organizations can add more collaborators by themselves without the necessity for forking. [1]
In the meantime, forking is the way to go. GitHub makes it easy to stay in sync with upstream. Thus, you can currently only pull changes with the account that was added as a collaborator, so make sure that you're signed in with that account.
[1]: GitHub recently announced (and released) sponsor-only repositories, which would…