From 6cb7f4debe1ac0c67cd9b1385058ec6cca54cd78 Mon Sep 17 00:00:00 2001 From: chenga Date: Wed, 29 May 2024 09:29:42 +0300 Subject: [PATCH] fix example --- examples/basic-github-integration.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/basic-github-integration.tf b/examples/basic-github-integration.tf index 048fe8c..b5a945e 100644 --- a/examples/basic-github-integration.tf +++ b/examples/basic-github-integration.tf @@ -13,7 +13,6 @@ module "spectral_lambda_integration" { SPECTRAL_DSN = "MySpectralDSN" CHECK_POLICY = "Fail on any issue" # (Fail on any issue / Fail on warnings and above / Fail on errors only / Always Pass) GITHUB_APP_ID = "MyGitHubAppId" - GITLAB_TOKEN = "MyGitHubToken" GITHUB_WEBHOOK_SECRET = "MyGitHubWebhookSecret" GITHUB_PRIVATE_KEY = "MyGitHubPrivateKey" # Optional environment variables