diff --git a/providers.tf b/providers.tf index 8200512..c15e4dd 100644 --- a/providers.tf +++ b/providers.tf @@ -1,4 +1,5 @@ provider "github" { owner = "CSVD" base_url = "https://github.e.it.census.gov" + app_auth {} # When using `GITHUB_APP_XXX` environment variables }