Reusable GitHub Actions for Sourcegraph repositories.
| Action | Description |
|---|---|
| go-setup | Setup Go with private Sourcegraph repository access |
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.