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 36c2637 commit 771a935Copy full SHA for 771a935
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
34
+ ssh-key: "{{ secrets.GHA_DEPLOY_KEY }}"
35
- name: Install pnpm
36
uses: pnpm/action-setup@v4
37
0 commit comments