Skip to content
Merged
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.DOCS_SYNC_TOKEN }}

- name: Get Node version
id: node-version
Expand Down Expand Up @@ -302,6 +303,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.DOCS_SYNC_TOKEN }}

- name: Configure git
run: |
Expand Down
Loading