Skip to content

Commit d35072f

Browse files
committed
Use dxrobot PAT in docgen
1 parent f33bbda commit d35072f

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
@@ -102,7 +102,7 @@ jobs:
102102
curl \
103103
-X POST \
104104
-H "Accept: application/vnd.github.v3+json" \
105-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
105+
-H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
106106
https://api.github.com/repos/${{ github.repository }}/pulls \
107107
--data-binary @prdata.json
108108

0 commit comments

Comments
 (0)