Skip to content

Commit 57cb519

Browse files
committed
chore(cody): fix failing scip-typescript CI workflow
1 parent f711634 commit 57cb519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scip-typescript.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ jobs:
4141
- run: pnpm dlx @sourcegraph/scip-typescript index --pnpm-workspaces --no-global-caches
4242

4343
- 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
4545
env:
4646
SRC_ENDPOINT: https://sourcegraph.com/
4747
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}
4848

4949
- 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
5151
env:
5252
SRC_ENDPOINT: https://sourcegraph.sourcegraph.com/
5353
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_S2 }}
5454

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
5757
env:
5858
SRC_ENDPOINT: https://demo.sourcegraph.com/
5959
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DEMO }}

0 commit comments

Comments
 (0)