#16 Switch to printing a var instead of a secret
This commit is contained in:
parent
6f744c36ee
commit
d594148160
@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Print env value
|
- name: Print env value
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.RUNNER_SSH_PUBKEY }}"
|
echo "${{ vars.TESTVAR }}"
|
||||||
- name: SSH into host
|
- name: SSH into host
|
||||||
uses: appleboy/ssh-action@v1.1.0
|
uses: appleboy/ssh-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user