This commit is contained in:
@@ -19,4 +19,13 @@ jobs:
|
|||||||
|
|
||||||
- name: cat the base64 SSH key
|
- name: cat the base64 SSH key
|
||||||
run: |
|
run: |
|
||||||
cat /tmp/id_rsa.b64
|
cat /tmp/id_rsa.b64
|
||||||
|
|
||||||
|
- name: Decode SSH key and save to file
|
||||||
|
run: |
|
||||||
|
base64 -d /tmp/id_rsa.b64 > /tmp/id_rsa
|
||||||
|
chmod 600 /tmp/id_rsa
|
||||||
|
|
||||||
|
- name: print the SSH key
|
||||||
|
run: |
|
||||||
|
cat /tmp/id_rsa
|
||||||
Reference in New Issue
Block a user