Skip to content

Commit 96f6d94

Browse files
committed
Adding global git user
1 parent f6f369f commit 96f6d94

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Install packages
2727
run: yarn install --frozen-lockfile
2828

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+
2934
- name: Build MCP API docs
3035
working-directory: packages/igniteui-mcp/igniteui-doc-mcp
3136
run: npm run build:docs:all

0 commit comments

Comments
 (0)