Skip to content

Commit 5fdb8d3

Browse files
committed
fix gh env
1 parent 30fd188 commit 5fdb8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
-H "Content-Type: application/x-www-form-urlencoded" \
2828
-d "grant_type=client_credentials&client_id=09BroBvREXFSYXBTkwse0PlOF5w1rmrk&username=$SERVICE_ACCOUNT_NAME&password=$SERVICE_ACCOUNT_PASSWORD"\
2929
|jq '.access_token')
30-
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN"
30+
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
3131
3232
- uses: presubmit/ai-reviewer@latest
3333
env:

0 commit comments

Comments
 (0)