Hi -
How can I connect my Azure Data Factory to my GitHub repository in the US Government cloud? The Git Hub Repository is NOT enterprise. And I have gone through the process of creating a personal access token in git, and OAUTH application with full permissions following the steps in this article: https://techcommunity.microsoft.com/t5/azure-data-factory/cicd-improvements-with-github-support-in-azure-government-and/ba-p/2686918
My ADF instance also has full permissions on the Azure Key Vault we are using that contains the github application secret. I know for a fact that my client ID and vault URL pointing to the secret are correct, but whenever I go to add github to ADF I get the error below (image is also attached):

The error says "Failed to fetch personal access token. Please confirm the BYOA client id and secret are valid and that ADF has been granted access to the Key Vault."
I know that ADF has been granted full access to the key vault, and the client ID and secret url are indeed valid.
Any thougts?