File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ jobs:
41
41
- run : pnpm dlx @sourcegraph/scip-typescript index --pnpm-workspaces --no-global-caches
42
42
43
43
- name : Upload SCIP to Cloud
44
- run : pnpm dlx @sourcegraph/src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
44
+ run : pnpm dlx @sourcegraph/src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
45
45
env :
46
46
SRC_ENDPOINT : https://sourcegraph.com/
47
47
SRC_ACCESS_TOKEN : ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}
48
48
49
49
- name : Upload SCIP to S2
50
- run : pnpm dlx @sourcegraph/src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
50
+ run : pnpm dlx @sourcegraph/src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
51
51
env :
52
52
SRC_ENDPOINT : https://sourcegraph.sourcegraph.com/
53
53
SRC_ACCESS_TOKEN : ${{ secrets.SRC_ACCESS_TOKEN_S2 }}
54
54
55
- - name : Upload lsif to Demo
56
- run : pnpm dlx @sourcegraph/src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true
55
+ - name : Upload SCIP to Demo
56
+ run : pnpm dlx @sourcegraph/src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true
57
57
env :
58
58
SRC_ENDPOINT : https://demo.sourcegraph.com/
59
59
SRC_ACCESS_TOKEN : ${{ secrets.SRC_ACCESS_TOKEN_DEMO }}
You can’t perform that action at this time.
0 commit comments