Skip to content

Add SCIP code intelligence upload workflow - #89

Open
eseliger wants to merge 1 commit into
masterfrom
add-scip-go-upload-e9c6fe7c-2a3c-4a8c-ba50-95c50c7350bb
Open

Add SCIP code intelligence upload workflow#89
eseliger wants to merge 1 commit into
masterfrom
add-scip-go-upload-e9c6fe7c-2a3c-4a8c-ba50-95c50c7350bb

Conversation

@eseliger

@eseliger eseliger commented Jul 17, 2026

Copy link
Copy Markdown
Member

Adds a GitHub Actions workflow that generates a SCIP index with
scip-go and uploads it to
this Sourcegraph instance on every push to the default branch, so this
repository has precise code navigation.

The workflow:

  • Triggers on pushes that touch Go files (or the workflow itself) to the default branch.
  • Uses sourcegraph/scip-go-action@v2 to build and upload the index.
  • Uploads to https://sourcegraph.sourcegraph.com/ using the SRC_ACCESS_TOKEN_S2 repository/organization secret.

Requires the SRC_ACCESS_TOKEN_S2 Actions secret to be available to this repository.

Created by Sourcegraph agentic batch change.

@eseliger
eseliger force-pushed the add-scip-go-upload-e9c6fe7c-2a3c-4a8c-ba50-95c50c7350bb branch from cca890f to 8bb6df5 Compare July 17, 2026 18:37
@eseliger
eseliger force-pushed the add-scip-go-upload-e9c6fe7c-2a3c-4a8c-ba50-95c50c7350bb branch from 8bb6df5 to 2a4b482 Compare July 17, 2026 18:56
@eseliger
eseliger marked this pull request as ready for review July 17, 2026 18:56
@eseliger
eseliger requested a review from bobheadxi July 17, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant