Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 597 Bytes

File metadata and controls

24 lines (17 loc) · 597 Bytes

Sourcegraph Actions

Reusable GitHub Actions for Sourcegraph repositories.

Available Actions

Action Description
go-setup Setup Go with private Sourcegraph repository access
diff-tour Generate a link to the Diff Tour for a PR

Usage

Reference actions using sourcegraph/actions/<action>@main:

steps:
  - uses: actions/checkout@v4
  - uses: sourcegraph/actions/go-setup@main
    with:
      private-token: ${{ secrets.PRIVATE_SG_ACCESS_TOKEN }}

See each action's README for detailed usage and inputs.