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 3c2f0db commit 498b3faCopy full SHA for 498b3fa
.github/workflows/start-binary.yml
@@ -34,7 +34,8 @@ jobs:
34
- uses: webfactory/[email protected]
35
with:
36
#ssh-private-key: ${{ secrets.SSH_READ_ONLY_PUBLIC_KEY }}
37
- ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
+ #ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
38
+ ssh-private-key: ${{ secrets.SSH_SOURCE_DEV_PRIVATE_KEY }}
39
log-public-key: false
40
41
- name: Checkout code into the directory
0 commit comments