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 b9cef54 commit ff08f79Copy full SHA for ff08f79
.github/workflows/build.yml
@@ -14,4 +14,7 @@ jobs:
14
- run: npm run build
15
env:
16
TERMINUSDB_API_TOKEN: ${{ secrets.TERMINUSDB_API_TOKEN }}
17
- TERMINUSDB_API_ENDPOINT: ${{ secrets.TERMINUSDB_API_ENDPOINT }}
+ TERMINUSDB_API_ENDPOINT: ${{ env.TERMINUSDB_API_ENDPOINT }}
18
+ TERMINUSDB_TEAM: ${{ env.TERMINUSDB_TEAM }}
19
+ TERMINUSDB_DB: ${{ env.TERMINUSDB_DB }}
20
+ TERMINUSDB_USER: ${{ env.TERMINUSDB_USER }}
0 commit comments