Skip to content

Commit 2fa382b

Browse files
committed
ci(release): use deploy key for checkout in release workflow
1 parent 18777ce commit 2fa382b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
31+
ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}
3132

3233
- name: Setup Node.js
3334
uses: actions/setup-node@v6
@@ -213,6 +214,7 @@ jobs:
213214
with:
214215
ref: master
215216
fetch-depth: 1
217+
ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}
216218

217219
- name: Setup Node.js
218220
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)