Skip to content

Commit 7920f9a

Browse files
Fixed workflow to use the correct token for SCIP uploads
1 parent 220a6bf commit 7920f9a

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
@@ -25,3 +25,5 @@ jobs:
2525
src code-intel upload "-commit=${GITHUB_SHA}" "-github-token=${GITHUB_TOKEN}"
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
SRC_ACCESS_TOKEN: ${{ secrets.SRC_ACCESS_TOKEN }}
29+
SRC_ENDPOINT: https://sourcegraph.sourcegraph.com

0 commit comments

Comments
 (0)