From 1f5e4da1961a81e7831a8da15b4c9701802ee608 Mon Sep 17 00:00:00 2001 From: phorne Date: Wed, 15 Jun 2022 14:00:23 -0400 Subject: [PATCH] Adding photo config setting. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f71b5792c..702ebf3f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,7 @@ jobs: WEBAPP_ORIGIN: ${{ secrets.WEBAPP_ORIGIN }} WEBAPP_STORAGE_ACCOUNT: ${{ secrets.WEBAPP_STORAGE_ACCOUNT }} WEBAPP_STORAGE_KEY: ${{ secrets.WEBAPP_STORAGE_KEY }} + TAKE_PHOTO_MODE_ENABLED: ${{ secrets.TAKE_PHOTO_MODE_ENABLED }} deploy-demo: runs-on: ubuntu-latest