From 0e0baadcfdd4a98383a1734f48d5d0be051d0f3d Mon Sep 17 00:00:00 2001 From: Eric Biggs <40836920+Proziam@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:59:53 -0400 Subject: [PATCH] Added DEMO_DOMAIN secret Added domain to test SSO --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 54ef629..329cbed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,6 +26,8 @@ jobs: DEMO_EMAIL: ${{ secrets.DEMO_EMAIL}} DEMO_PHONE: ${{ secrets.DEMO_PHONE}} DEMO_PASSWORD: ${{ secrets.DEMO_PASSWORD}} + DEMO_DOMAIN: ${{ secrets.DEMO_DOMAIN}} + steps: