mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
chore: Stop uploading indexes to k8s.sgdev.org (#62595)
Co-authored-by: Anton Sviridov <velvetbaldmime@protonmail.com>
This commit is contained in:
parent
99ebb4f89a
commit
cb03009ca0
9
.github/workflows/scip-typescript.yml
vendored
9
.github/workflows/scip-typescript.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
run: |
|
||||
curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src
|
||||
chmod +x /usr/local/bin/src
|
||||
|
||||
- name: Upload SCIP to Cloud
|
||||
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
|
||||
env:
|
||||
@ -50,13 +51,7 @@ jobs:
|
||||
env:
|
||||
SRC_ENDPOINT: https://sourcegraph.sourcegraph.com/
|
||||
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_S2 }}
|
||||
|
||||
- name: Upload SCIP to Dogfood
|
||||
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true
|
||||
env:
|
||||
SRC_ENDPOINT: https://k8s.sgdev.org/
|
||||
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DOGFOOD }}
|
||||
|
||||
|
||||
- name: Upload SCIP to Demo
|
||||
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user