|
|
|
@ -5,12 +5,17 @@ on:
|
|
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD }}"
|
|
|
|
VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD }}"
|
|
|
|
|
|
|
|
SSH_PUB: "${{ secrets.SSH_PUB }}"
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
tests:
|
|
|
|
tests:
|
|
|
|
name: Tests
|
|
|
|
name: Tests
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: Create SSH pub
|
|
|
|
|
|
|
|
run: |
|
|
|
|
|
|
|
|
echo "creating ~/.ssh/id_rsa.pub file"
|
|
|
|
|
|
|
|
echo "$SSH_PUB" > ~/.ssh/id_rsa.pub
|
|
|
|
- name: Install SSH key
|
|
|
|
- name: Install SSH key
|
|
|
|
uses: shimataro/ssh-key-action@v2
|
|
|
|
uses: shimataro/ssh-key-action@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|