We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af8743c + 1640367 commit 90ca983Copy full SHA for 90ca983
.github/workflows/list-status.yaml
@@ -34,6 +34,10 @@ jobs:
34
curl -H "Accept: application/vnd.github.v3+json" \
35
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
36
"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"
41
42
- name: List combined status (legacy statuses summary)
43
run: |
0 commit comments