From 15185f1f722adef9e1fce7e6f8b0897d35b062a6 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:44:04 +0200 Subject: [PATCH 1/2] 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 eb4c6a6e52a787ae741ea62ebfa02978fdee58ac Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:06:05 +0200 Subject: [PATCH 2/2] Use pro self-hosted 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 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