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 2603fee commit b247167Copy full SHA for b247167
.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_PRO_SELF_HOSTED_TOKEN }}
21
+ MB_RUN_MODE: e2e
22
+ METASTORE_DEV_SERVER_URL: ${{ secrets.METASTORE_DEV_SERVER_URL }}
23
permissions:
24
id-token: write
25
contents: read
0 commit comments