Skip to content

Commit

Permalink
Provide SRC_ACCESS_TOKEN for uploads (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored May 20, 2024
1 parent 0fd665e commit 117226c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sourcegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:
run: sbt -Dscip-java-version=$(cat VERSION) sourcegraphUpload
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SRC_ENDPOINT: https://sourcegraph.com/
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}

0 comments on commit 117226c

Please sign in to comment.