We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491c9f9 commit 62c951dCopy full SHA for 62c951d
.github/workflows/vercel-deploy-staging.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
ref: ${{ github.event.pull_request.head.sha || github.sha }} # HEAD commit instead of merge commit
42
submodules: recursive
43
+ ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
44
45
- name: Try checkout submodules to the same branch as main repo
46
run: |
0 commit comments