We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 234a6dc + 666e198 commit 42dea93Copy full SHA for 42dea93
1 file changed
.github/workflows/pull-request.yml
@@ -22,7 +22,7 @@ jobs:
22
curl -L \
23
-X POST \
24
-H "Accept: application/vnd.github+json" \
25
- -H "Authorization: Bearer ${{ secrets.SD_TESTS_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.SUPERDOC_PAT }}" \
26
-H "X-GitHub-Api-Version: 2022-11-28" \
27
-d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}"}}' \
28
${{ secrets.SD_TESTS_URL }}
0 commit comments