Skip to content

Commit e6a592e

Browse files
committed
Use workflow token in docgen
1 parent dbacfd1 commit e6a592e

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@v3
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
@@ -102,7 +100,7 @@ jobs:
102100
curl \
103101
-X POST \
104102
-H "Accept: application/vnd.github.v3+json" \
105-
-H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
103+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
106104
https://api.github.com/repos/${{ github.repository }}/pulls \
107105
--data-binary @prdata.json
108106

0 commit comments

Comments
 (0)