We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18777ce commit 2fa382bCopy full SHA for 2fa382b
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/checkout@v6
29
with:
30
fetch-depth: 0
31
+ ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}
32
33
- name: Setup Node.js
34
uses: actions/setup-node@v6
@@ -213,6 +214,7 @@ jobs:
213
214
215
ref: master
216
fetch-depth: 1
217
218
219
220
0 commit comments