We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f369f commit 96f6d94Copy full SHA for 96f6d94
1 file changed
.github/workflows/npm-publish.yml
@@ -26,6 +26,11 @@ jobs:
26
- name: Install packages
27
run: yarn install --frozen-lockfile
28
29
+ - name: Configure git auth for private submodules
30
+ env:
31
+ TOKEN: ${{ secrets.CLASSIC_PAT_GITHUB }}
32
+ run: git config --global url."https://x-access-token:${TOKEN}@github.com/".insteadOf "https://github.com/"
33
+
34
- name: Build MCP API docs
35
working-directory: packages/igniteui-mcp/igniteui-doc-mcp
36
run: npm run build:docs:all
0 commit comments