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 dd15050 commit 028f9d3Copy full SHA for 028f9d3
.github/workflows/build-api-docs.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Checkout documentation repository
36
uses: actions/checkout@v4
37
with:
38
+ token: ${{ secrets.DOCS_API_TOKEN }}
39
repository: ${{ env.DOCS_REPOSITORY }}
40
ref: ${{ env.DOCS_BRANCH }}
41
path: 'docs-repository'
0 commit comments