From eac5abba79678bf5e0db95e30136d55abeee5075 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 31 Mar 2025 09:18:23 -0400 Subject: [PATCH] Clean up env vars in e2e-tests.yml (#6045) * pierremtb/adhoc/clean-up-e2e-env-vars-ci * Add back VITE_KC_SKIP_AUTH: true for snaps * Remove VITE_KC_SKIP_AUTH: true, add back token --- .github/workflows/e2e-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9ba5a9c79..ea9fadcfc 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -229,10 +229,6 @@ jobs: timeout_minutes: 30 max_attempts: 3 env: - CI: true - NODE_ENV: development - VITE_KC_DEV_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN_DEV }} - VITE_KC_SKIP_AUTH: true token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }} snapshottoken: ${{ secrets.KITTYCAD_API_TOKEN }} @@ -377,11 +373,7 @@ jobs: timeout_minutes: 45 max_attempts: 15 env: - CI: true FAIL_ON_CONSOLE_ERRORS: true - NODE_ENV: development - VITE_KC_DEV_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN_DEV }} - VITE_KC_SKIP_AUTH: true token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }} - uses: actions/upload-artifact@v4