From 5ebe06e41a1a4ee0b4bd5a700f909324f738fa8f Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 4 Oct 2023 12:29:33 -0400 Subject: [PATCH] Fix deployment of examples (#461) --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5af66327a..b6fab8296 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,6 +12,7 @@ jobs: env: MODAL_TOKEN_ID: ${{ secrets.MODAL_MODAL_LABS_TOKEN_ID }} MODAL_TOKEN_SECRET: ${{ secrets.MODAL_MODAL_LABS_TOKEN_SECRET }} + MODAL_ENVIRONMENT: main steps: - uses: actions/checkout@v3