Skip to content

Commit d7af84a

Browse files
committed
Use workflow token in docgen
1 parent fe9d7aa commit d7af84a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414
with:
1515
path: documentation
16-
token: ${{ secrets.DXROBOT_PAT }}
17-
ssh-key: ${{ secrets.DXROBOT_SK }}
1816
ref: ${{ github.ref_name }}
1917

2018
- name: Checkout DevExtreme
@@ -107,7 +105,7 @@ jobs:
107105
curl \
108106
-X POST \
109107
-H "Accept: application/vnd.github.v3+json" \
110-
-H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
108+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
111109
https://api.github.com/repos/${{ github.repository }}/pulls \
112110
--data-binary @prdata.json
113111

0 commit comments

Comments
 (0)