From 42e0dfa523231de3e2385112aeea27e15953fed8 Mon Sep 17 00:00:00 2001 From: Slim Amamou Date: Thu, 5 Dec 2024 14:18:23 +0100 Subject: [PATCH] fixed(cd): was complaining about required secret --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 72d62f3..da457b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,3 +40,4 @@ jobs: workload-identity-provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }} database-url: ${{ secrets.DATABASE_URL }} mailer-dsn: ${{ secrets.MAILER_DSN }} + sms-dsn: ${{ secrets.SMS_DSN }}