Skip to content

Commit 6ff4b78

Browse files
committed
Use dxrobot PAT in docgen
1 parent 4c4682b commit 6ff4b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
curl \
106106
-X POST \
107107
-H "Accept: application/vnd.github.v3+json" \
108-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
108+
-H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
109109
https://api.github.com/repos/${{ github.repository }}/pulls \
110110
--data-binary @prdata.json
111111

0 commit comments

Comments
 (0)