Skip to content

Commit 0d5f4b0

Browse files
committed
ci: add MPCP_DEPLOY_TOKEN to private repo checkout steps
1 parent 4c1f561 commit 0d5f4b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ jobs:
2828
with:
2929
repository: mpcp-protocol/mpcp-spec
3030
path: mpcp-spec
31+
token: ${{ secrets.MPCP_DEPLOY_TOKEN }}
3132

3233
- name: Checkout mpcp-reference
3334
uses: actions/checkout@v4
3435
with:
3536
repository: mpcp-protocol/mpcp-reference
3637
path: mpcp-reference
38+
token: ${{ secrets.MPCP_DEPLOY_TOKEN }}
3739

3840
- name: Setup Python
3941
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)