Add databricks repo from Github using local-exec

Since it is not currently possible to add databricks repo from a private Github repo using the databricks provider databricks_repo resource, I’ve tried to hack my way through by pulling a token from our vault and using a databricks_token resource and a local_exec null resource with the idea that any of our users who then add their own github token will have access, but I am seeing it doesn’t work that way.

Has anyone done something similar?

Or, is there a status on when adding private repos through the provider will be available?