Skip to content

Commit

Permalink
CI: improve DocGen (#6997)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Jan 17, 2025
1 parent 3f7a7eb commit 3768cfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4
with:
path: documentation
token: ${{ secrets.DXROBOT_PAT }}
ssh-key: ${{ secrets.DXROBOT_SK }}
ref: ${{ github.ref_name }}

- name: Checkout DevExtreme
Expand Down Expand Up @@ -107,12 +105,12 @@ jobs:
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/pulls \
--data-binary @prdata.json
- name: Archive internal-tools artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: internal-tools-artifacts
path: ./devextreme/artifacts/internal-tools/
Expand Down

0 comments on commit 3768cfc

Please sign in to comment.