Update test.yml

This commit is contained in:
Igor Pečovnik
2022-12-23 14:44:15 +01:00
committed by GitHub
parent 85ad4e8832
commit dcda7941cf

View File

@@ -30,7 +30,7 @@ jobs:
- name: Power on
uses: armbian/actions/triggers@main
with:
KEY_POWER_ON: ${{ secrets.KEY_POWER_ON }}
USER_REPOSITORY: ${{ secrets.USER_REPOSITORY }}
HOST_REPOSITORY: ${{ secrets.HOST_REPOSITORY }}
KNOWN_HOSTS_REPOSITORY: ${{ secrets.KNOWN_HOSTS_REPOSITORY }}
KEY: ${{ secrets.KEY_POWER_ON }}
USER: ${{ secrets.USER_REPOSITORY }}
HOST: ${{ secrets.HOST_REPOSITORY }}
KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS_REPOSITORY }}