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 6deb42f commit 757b376Copy full SHA for 757b376
.github/workflows/deploy-examples.yml
@@ -31,9 +31,9 @@ jobs:
31
- uses: actions/checkout@v4
32
33
- name: Setup SSH Agent
34
- uses: webfactory/ssh-agent@v0.9.0
+ - uses: webfactory/ssh-agent@v0.9.1
35
with:
36
- ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
+ ssh-private-key: ${{ secrets.SDK_KEY }}
37
38
- name: Setup Python
39
uses: actions/setup-python@v4
@@ -97,7 +97,9 @@ jobs:
97
98
uses: webfactory/ssh-agent@v0.9.0
99
100
+ ssh-private-key: |
101
+ ${{ secrets.LANGUAGE_SDK_SSH_PRIVATE_KEY }}
102
+ ${{ secrets.TESTING_SSH_PRIVATE_KEY }}
103
104
105
0 commit comments