From ecf61bc2aab9415b6fdc22c9afc613e590c68334 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 26 Sep 2024 12:04:02 -0700 Subject: [PATCH] Update providers.tf --- providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.tf b/providers.tf index c15e4dd..aef2eba 100644 --- a/providers.tf +++ b/providers.tf @@ -1,5 +1,5 @@ provider "github" { owner = "CSVD" base_url = "https://github.e.it.census.gov" - app_auth {} # When using `GITHUB_APP_XXX` environment variables + # app_auth {} # When using `GITHUB_APP_XXX` environment variables }