We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fd188 commit 5fdb8d3Copy full SHA for 5fdb8d3
1 file changed
.github/workflows/pr-review.yaml
@@ -27,7 +27,7 @@ jobs:
27
-H "Content-Type: application/x-www-form-urlencoded" \
28
-d "grant_type=client_credentials&client_id=09BroBvREXFSYXBTkwse0PlOF5w1rmrk&username=$SERVICE_ACCOUNT_NAME&password=$SERVICE_ACCOUNT_PASSWORD"\
29
|jq '.access_token')
30
- echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN"
+ echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
31
32
- uses: presubmit/ai-reviewer@latest
33
env:
0 commit comments