We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d5ffa commit 15185f1Copy full SHA for 15185f1
.github/workflows/e2e-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: e2e-tests
19
env:
20
- PREMIUM_EMBEDDING_TOKEN: ${{ secrets.ENTERPRISE_TOKEN }}
+ PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_ALL_FEATURES_TOKEN }}
21
permissions:
22
id-token: write
23
contents: read
@@ -52,4 +52,4 @@ jobs:
52
name: cypress-recording-latest
53
path: |
54
./e2e/cypress
55
- if-no-files-found: ignore
+ if-no-files-found: ignore
0 commit comments