We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510acbd commit a44a5ffCopy full SHA for a44a5ff
.github/workflows/await-fast-ci.yaml
@@ -38,6 +38,6 @@ jobs:
38
curl -L \
39
-X POST \
40
-H "Accept: application/vnd.github+json" \
41
- -H "Authorization: Bearer ${{ secrets.JOB_CANCEL_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.MATTER_PAT }}" \
42
-H "X-GitHub-Api-Version: 2022-11-28" \
43
https://api.github.com/repos/project-chip/connectedhomeip/actions/runs/${{ github.run_id }}/cancel
0 commit comments