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