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 9e64aa1 commit 0fc2f66Copy full SHA for 0fc2f66
.github/workflows/scip.yml
@@ -17,11 +17,6 @@ jobs:
17
run: git config --global --add safe.directory $GITHUB_WORKSPACE
18
- name: Generate SCIP data
19
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 }}
25
- name: Upload SCIP to S2
26
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
27
env:
0 commit comments