From e2de1fe038b967dcaa41ac9db676dfb7721150b3 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 8 Jan 2024 16:26:25 +0100 Subject: [PATCH] feat: Add webhook secret key to CI step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12702b8a..e0a563ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - run: yarn start env: ENCRYPTION_KEY: sample_encryption_key + WEBHOOK_SECRET_KEY: sample_webhook_secret_key - run: echo "🍏 This job's status is ${{ job.status }}." build-web: runs-on: ubuntu-latest