diff --git a/.github/workflows/build-api-docs.yml b/.github/workflows/build-api-docs.yml index 5974abb3..a12e177c 100644 --- a/.github/workflows/build-api-docs.yml +++ b/.github/workflows/build-api-docs.yml @@ -35,6 +35,7 @@ jobs: - name: Checkout documentation repository uses: actions/checkout@v4 with: + token: ${{ secrets.DOCS_API_TOKEN }} repository: ${{ env.DOCS_REPOSITORY }} ref: ${{ env.DOCS_BRANCH }} path: 'docs-repository'