lsif: upload data to dogfood instance (#6171)

pull/6173/head
ᴜɴᴋɴᴡᴏɴ 2020-05-22 16:58:26 +08:00 committed by GitHub
parent 9bbe029c28
commit cb406bb350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -10,9 +10,15 @@ jobs:
uses: sourcegraph/lsif-go-action@master
with:
verbose: 'true'
- name: Upload LSIF data
- name: Upload LSIF data to sourcegraph.com
uses: sourcegraph/lsif-upload-action@master
continue-on-error: true
with:
endpoint: https://sourcegraph.com
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload LSIF data to sourcegraph.unknwon.cn
uses: sourcegraph/lsif-upload-action@master
continue-on-error: true
with:
endpoint: https://sourcegraph.unknwon.cn
github_token: ${{ secrets.GITHUB_TOKEN }}