Skip to content

Commit 117226c

Browse files
authored
Provide SRC_ACCESS_TOKEN for uploads (#708)
1 parent 0fd665e commit 117226c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sourcegraph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
run: sbt -Dscip-java-version=$(cat VERSION) sourcegraphUpload
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
SRC_ENDPOINT: https://sourcegraph.com/
45+
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}

0 commit comments

Comments
 (0)