Skip to content

Commit 498b3fa

Browse files
committed
Update key
1 parent 3c2f0db commit 498b3fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/start-binary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- uses: webfactory/[email protected]
3535
with:
3636
#ssh-private-key: ${{ secrets.SSH_READ_ONLY_PUBLIC_KEY }}
37-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
37+
#ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
38+
ssh-private-key: ${{ secrets.SSH_SOURCE_DEV_PRIVATE_KEY }}
3839
log-public-key: false
3940

4041
- name: Checkout code into the directory

0 commit comments

Comments
 (0)