Skip to content

Commit 42dea93

Browse files
authored
Merge pull request #678 from Harbour-Enterprises/fix/pat-token
2 parents 234a6dc + 666e198 commit 42dea93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
curl -L \
2323
-X POST \
2424
-H "Accept: application/vnd.github+json" \
25-
-H "Authorization: Bearer ${{ secrets.SD_TESTS_TOKEN }}" \
25+
-H "Authorization: Bearer ${{ secrets.SUPERDOC_PAT }}" \
2626
-H "X-GitHub-Api-Version: 2022-11-28" \
2727
-d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}"}}' \
2828
${{ secrets.SD_TESTS_URL }}

0 commit comments

Comments
 (0)