From 272b7225bb2355b5bac49bb9f071c60a3f4e7837 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:46:11 +0200 Subject: [PATCH 1/4] Update the premium token reference in CI --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a39bbf4..56d2ce5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 name: e2e-tests env: - PREMIUM_EMBEDDING_TOKEN: ${{ secrets.ENTERPRISE_TOKEN }} + PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_ALL_FEATURES_TOKEN }} permissions: id-token: write contents: read @@ -52,4 +52,4 @@ jobs: name: cypress-recording-latest path: | ./e2e/cypress - if-no-files-found: ignore \ No newline at end of file + if-no-files-found: ignore From 63971e1d2cd9b1fc0dc27d95d8139cdca55e44e6 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:18:14 +0200 Subject: [PATCH 2/4] Try Pro self-hosted --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 56d2ce5..a37992d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 name: e2e-tests env: - PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_ALL_FEATURES_TOKEN }} + PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }} permissions: id-token: write contents: read From b9ea60f69a3186dde8093ae21848cbc3b76ab1a5 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:31:39 +0200 Subject: [PATCH 3/4] Try the Pro cloud token --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a37992d..5e68fbb 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 name: e2e-tests env: - PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }} + PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_CLOUD_TOKEN }} permissions: id-token: write contents: read From bf46e60596d7cb48bb3de4975ed9348e5876bb23 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:05:39 +0200 Subject: [PATCH 4/4] Go back to the pro self-hosted --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5e68fbb..a37992d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 name: e2e-tests env: - PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_CLOUD_TOKEN }} + PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }} permissions: id-token: write contents: read