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 4c30912 commit c2f1b77Copy full SHA for c2f1b77
1 file changed
.github/workflows/ci.yml
@@ -8,8 +8,6 @@ on:
8
- '*'
9
pull_request: {}
10
11
-env:
12
- PYPI_SSH_KEY: ${{ secrets.AUTOMATE_DEPLOY_SSH_KEY }}
13
14
jobs:
15
lint:
@@ -126,7 +124,16 @@ jobs:
126
124
- name: build
127
125
run: python -m build
128
+ - name: Install SSH key
+ uses: shimataro/ssh-key-action@v2.7.0
129
+ with:
130
+ key: ${{ secrets.AUTOMATE_DEPLOY_SSH_KEY }}
131
+ known_hosts: |
132
+ automate-infra-1.adjust.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDW1dpQo0YbiBaM5bVagST5KN5HlCx0Zo6/tnNTYRQBX
133
+ config: |
134
+ Host *.adjust.com
135
+ User acquired
136
+
137
- name: Upload wheel to PyPI
- if: env.PYPI_SSH_KEY
138
run: |
139
scp dist/*.whl automate-infra-1.adjust.com:~/pypi/wheels
0 commit comments