Skip to content

Commit 62c951d

Browse files
committed
Try SSH
1 parent 491c9f9 commit 62c951d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vercel-deploy-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
ref: ${{ github.event.pull_request.head.sha || github.sha }} # HEAD commit instead of merge commit
4242
submodules: recursive
43+
ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
4344

4445
- name: Try checkout submodules to the same branch as main repo
4546
run: |

0 commit comments

Comments
 (0)