We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f3f21 commit 0455bd9Copy full SHA for 0455bd9
1 file changed
.github/workflows/pr-review.yaml
@@ -27,10 +27,6 @@ jobs:
27
-d "grant_type=client_credentials&client_id=09BroBvREXFSYXBTkwse0PlOF5w1rmrk&username=$SERVICE_ACCOUNT_NAME&password=$SERVICE_ACCOUNT_PASSWORD"\
28
|jq '.access_token' | tr -d '"')
29
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
30
- - name: debug
31
- run: echo ${TOKEN:0:20}| sed 's/./& /g'
32
- env:
33
- TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
34
35
- name: PR Agent action step
36
id: pragent
0 commit comments