Skip to content

Commit 90ca983

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents af8743c + 1640367 commit 90ca983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/list-status.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
curl -H "Accept: application/vnd.github.v3+json" \
3535
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
3636
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/check-runs"
37+
38+
curl -H "Accept: application/vnd.github.v3+json" \
39+
-H "Authorization: token ${{ secrets.PR_STATUS_TOKEN }}" \
40+
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/check-runs"
3741
3842
- name: List combined status (legacy statuses summary)
3943
run: |

0 commit comments

Comments
 (0)