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 09ba474 commit bc9e817Copy full SHA for bc9e817
.github/workflows/scip.yml
@@ -17,5 +17,13 @@ jobs:
17
run: git config --global --add safe.directory $GITHUB_WORKSPACE
18
- name: Generate SCIP data
19
run: scip-go
20
- - name: Upload SCIP data
21
- run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }}
+ - name: Upload SCIP to Cloud
+ 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
27
28
+ SRC_ENDPOINT: https://sourcegraph.sourcegraph.com/
29
+ SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_S2 }}
0 commit comments