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 ecbf1b3 commit 364f939Copy full SHA for 364f939
.github/workflows/cli-r2-static.yaml
@@ -30,7 +30,10 @@ jobs:
30
with:
31
ref: ${{ github.sha }} # HEAD commit instead of merge commit
32
33
- # Do not checkout submodules, they are not needed for this workflow
+ # We need submodules here as this is used for the cloudflare build
34
+ - uses: ./.github/actions/submodules-checkout
35
+ with:
36
+ submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
37
38
- uses: pnpm/action-setup@v4
39
0 commit comments