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 dbacfd1 commit e6a592eCopy full SHA for e6a592e
.github/workflows/docgen.yml
@@ -13,8 +13,6 @@ jobs:
13
uses: actions/checkout@v3
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
@@ -102,7 +100,7 @@ jobs:
102
100
curl \
103
101
-X POST \
104
-H "Accept: application/vnd.github.v3+json" \
105
- -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
106
https://api.github.com/repos/${{ github.repository }}/pulls \
107
--data-binary @prdata.json
108
0 commit comments