Skip to content

Commit 96ff6c3

Browse files
authored
Pull the TAB_API_URL from organization variables (#265)
This is configurable but not sensitive.
1 parent a3b7f1a commit 96ff6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
npm run test:e2e
7575
env:
7676
VITE_API_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
77-
TAB_API_URL: ${{ secrets.TAB_API_URL }}
77+
TAB_API_URL: ${{ vars.TAB_API_URL }}
7878
TAB_API_KEY: ${{ secrets.TAB_API_KEY }}
7979
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
8080
CI_PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)