From c2e79a6c485a179b5d05970b8bf315dba3cae125 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 22 Sep 2024 21:20:25 +0100 Subject: [PATCH] test: testing 3 --- .forgejo/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 20f100d..dbe2c74 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -12,7 +12,7 @@ on: jobs: build: # build it using teh base nixos system, helps with caching - runs-on: docker + runs-on: nix steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 @@ -25,7 +25,7 @@ jobs: - name: "Build it locally" run: ls -lah build - name: copy file via ssh key - uses: https://github.com/appleboy/scp-action@v0.1.7 + uses: https://forgejo.skynet.ie/Skynet/action-scp@v0.1.8 with: host: skynet.skynet.ie username: ${{ secrets.USERNAME }}