diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bb1fe86..365e9008 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}