feat: Add webhook secret key to CI step

This commit is contained in:
Faruk AYDIN
2024-01-08 16:26:25 +01:00
parent 80179062db
commit e2de1fe038

View File

@@ -44,6 +44,7 @@ jobs:
- run: yarn start - run: yarn start
env: env:
ENCRYPTION_KEY: sample_encryption_key ENCRYPTION_KEY: sample_encryption_key
WEBHOOK_SECRET_KEY: sample_webhook_secret_key
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
build-web: build-web:
runs-on: ubuntu-latest runs-on: ubuntu-latest