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 fe9d7aa commit d7af84aCopy full SHA for d7af84a
.github/workflows/docgen.yml
@@ -13,8 +13,6 @@ jobs:
13
uses: actions/checkout@v4
14
with:
15
path: documentation
16
- token: ${{ secrets.DXROBOT_PAT }}
17
- ssh-key: ${{ secrets.DXROBOT_SK }}
18
ref: ${{ github.ref_name }}
19
20
- name: Checkout DevExtreme
@@ -107,7 +105,7 @@ jobs:
107
105
curl \
108
106
-X POST \
109
-H "Accept: application/vnd.github.v3+json" \
110
- -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
111
https://api.github.com/repos/${{ github.repository }}/pulls \
112
--data-binary @prdata.json
113
0 commit comments