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.
1 parent dcb9ab9 commit 8ea1065Copy full SHA for 8ea1065
.github/workflows/docgen.yml
@@ -105,7 +105,7 @@ jobs:
105
curl \
106
-X POST \
107
-H "Accept: application/vnd.github.v3+json" \
108
- -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
109
https://api.github.com/repos/${{ github.repository }}/pulls \
110
--data-binary @prdata.json
111
0 commit comments