From aa2ef7d7f3c6b32d98659890bf7d84aa4f5a86d8 Mon Sep 17 00:00:00 2001 From: Jonathan Giroux Date: Fri, 4 Oct 2024 03:23:59 +0200 Subject: [PATCH] ci: add webhook token --- concourse.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/concourse.jsonnet b/concourse.jsonnet index e635baa..5624c8f 100644 --- a/concourse.jsonnet +++ b/concourse.jsonnet @@ -19,6 +19,7 @@ local GIT_REPOSITORY_RESOURCE = { uri: 'https://github.com/CookieCollective/ccc-website.git', }, type: 'git', + webhook_token: '((webhook-token))', }; local BUILD_DOCKER_IMAGE_TASK = {