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 f33bbda commit d35072fCopy full SHA for d35072f
.github/workflows/docgen.yml
@@ -102,7 +102,7 @@ jobs:
102
curl \
103
-X POST \
104
-H "Accept: application/vnd.github.v3+json" \
105
- -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
106
https://api.github.com/repos/${{ github.repository }}/pulls \
107
--data-binary @prdata.json
108
0 commit comments