Skip to content

Commit f6ac2c9

Browse files
Ncerzzkclaude
andcommitted
Update deployment workflow to use PAT for private submodule
Add token configuration to checkout step to access private repository Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0910480 commit f6ac2c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
submodules: recursive
26+
token: ${{ secrets.MY_PAT }}
2627

2728
- name: Setup Node
2829
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)