Is there a way to define and use GitHub PAT for downloading dependencies?

Hey there, @Andre601 :wave:

Thanks for writing in! Sorry for the slow response here.

You most likely won’t be able to use our auto-install with custom settings like this. I wish I had better news! However, I have spoken with our Support staff and here is a recommendation for moving forward:

  1. You could try not having it as a dep (or use the free version which you’ll overwrite below, if it is required to have something to install your other deps)

  2. You could set your PAT in an environment variable in our UI

  3. You could run the build instead as pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git p && run-my-usual-build

Give these a try and let us know how it works! Additionally, if anything has changed in the past week since you posted this, please let us know :slight_smile: