Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengaDev committed May 29, 2024
1 parent 14b09e1 commit 6cb7f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/basic-github-integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cb7f4d

Please sign in to comment.