Skip to content

Commit f84a490

Browse files
committed
feat: add DEPLOY_KEY_SSH_PRIVATE_KEY usage
1 parent e6b7379 commit f84a490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gqm_update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
with:
19+
ssh-key: ${{ secrets.DEPLOY_KEY_SSH_PRIVATE_KEY }}
1820
- name: Use Node.js
1921
uses: actions/setup-node@v3
2022
with:

0 commit comments

Comments
 (0)