Skip to content

release_patch: v5.2.222 #183

release_patch: v5.2.222

release_patch: v5.2.222 #183

Workflow file for this run

name: LSIF
on:
push:
branches-ignore:
- "renovate/docker-sourcegraph-docker-insiders-images"
jobs:
lsif-go:
if: github.repository == 'sourcegraph/deploy-sourcegraph-k8s'
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # renovate: tag=v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}