We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1f561 commit 0d5f4b0Copy full SHA for 0d5f4b0
1 file changed
.github/workflows/deploy.yml
@@ -28,12 +28,14 @@ jobs:
28
with:
29
repository: mpcp-protocol/mpcp-spec
30
path: mpcp-spec
31
+ token: ${{ secrets.MPCP_DEPLOY_TOKEN }}
32
33
- name: Checkout mpcp-reference
34
uses: actions/checkout@v4
35
36
repository: mpcp-protocol/mpcp-reference
37
path: mpcp-reference
38
39
40
- name: Setup Python
41
uses: actions/setup-python@v5
0 commit comments