Skip to content

Commit 15185f1

Browse files
Update the premium token reference in CI
1 parent e0d5ffa commit 15185f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 10
1818
name: e2e-tests
1919
env:
20-
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.ENTERPRISE_TOKEN }}
20+
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_ALL_FEATURES_TOKEN }}
2121
permissions:
2222
id-token: write
2323
contents: read
@@ -52,4 +52,4 @@ jobs:
5252
name: cypress-recording-latest
5353
path: |
5454
./e2e/cypress
55-
if-no-files-found: ignore
55+
if-no-files-found: ignore

0 commit comments

Comments
 (0)