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 a3b7f1a commit 96ff6c3Copy full SHA for 96ff6c3
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
npm run test:e2e
75
env:
76
VITE_API_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
77
- TAB_API_URL: ${{ secrets.TAB_API_URL }}
+ TAB_API_URL: ${{ vars.TAB_API_URL }}
78
TAB_API_KEY: ${{ secrets.TAB_API_KEY }}
79
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
80
CI_PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments