Skip to content

Commit 6441427

Browse files
committed
fix: don't upload SCIP index to dotcom
1 parent c281d66 commit 6441427

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/scip.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
run: git config --global --add safe.directory $GITHUB_WORKSPACE
1818
- name: Generate SCIP data
1919
run: scip-go
20-
- name: Upload SCIP to Cloud
21-
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
22-
env:
23-
SRC_ENDPOINT: https://sourcegraph.com/
24-
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}
2520
- name: Upload SCIP to S2
2621
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
2722
env:

0 commit comments

Comments
 (0)