Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sourcegraph Actions

Reusable GitHub Actions for Sourcegraph repositories.

Available Actions

Action Description
go-setup Setup Go with private Sourcegraph repository access

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.

About

A repository that contains reusable actions for use across Sourcegraph repositories

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors