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 = {