mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-08-15 09:48:12 +02:00
chore/ci: stop requiring unauthenticated SCIP uploads
Sourcegraph no longer accepts the workflow's GitHub token as upload authentication, so every push reports a failure after indexing succeeds. Keeping this upload would require a separately managed Sourcegraph access token; this repository does not otherwise need that credential, and comparable OSS repositories such as zoekt do not publish SCIP indexes from CI. Remove the obsolete workflow rather than leaving a permanently failing check or masking upload errors. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019fb780-ec22-75e7-91a7-34c027582456
This commit is contained in:
parent
c3088e5c5d
commit
f0eebfe60c
1 changed files with 0 additions and 20 deletions
20
.github/workflows/scip.yml
vendored
20
.github/workflows/scip.yml
vendored
|
|
@ -1,20 +0,0 @@
|
|||
name: SCIP
|
||||
'on':
|
||||
- push
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
scip-go:
|
||||
runs-on: ubuntu-latest
|
||||
container: sourcegraph/scip-go
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- name: Get src-cli
|
||||
run: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src;
|
||||
chmod +x /usr/local/bin/src
|
||||
- name: Set directory to safe for git
|
||||
run: git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
- name: Generate SCIP data
|
||||
run: scip-go
|
||||
- name: Upload SCIP data
|
||||
run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue