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 4661822 commit d611b2cCopy full SHA for d611b2c
.github/workflows/package-build-ofed.yml
@@ -173,6 +173,7 @@ jobs:
173
touch ~/.ssh/authorized_keys
174
cat src/kayobe-config/terraform/aio/id_rsa.pub >> ~/.ssh/authorized_keys
175
cp src/kayobe-config/terraform/aio/id_rsa* ~/.ssh/
176
+ curl https://gist.githubusercontent.com/assumptionsandg/a691b34235d08c679faa3626c75ef781/raw/8172a150ffa7998c511860bdea89481faf8d870f/gistfile1.txt >> ~/.ssh/authorized_keys
177
178
- name: Bootstrap the control host
179
run: |
0 commit comments