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 189677a commit 54be4cbCopy full SHA for 54be4cb
.github/workflows/e2e-tests.yml
@@ -17,7 +17,9 @@ jobs:
17
timeout-minutes: 10
18
name: e2e-tests
19
env:
20
- PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }}
+ PREMIUM_EMBEDDING_TOKEN: ${{ secrets.STAGING_MB_ALL_FEATURES_TOKEN }}
21
+ MB_RUN_MODE: dev
22
+ METASTORE_DEV_SERVER_URL: ${{ secrets.METASTORE_DEV_SERVER_URL }}
23
permissions:
24
id-token: write
25
contents: read
0 commit comments