From 329b811442e81357414b466b59cac1a3876a6485 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:15:26 +0100 Subject: [PATCH] test runner with right name var --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5a990c7..87c3874 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,7 +15,7 @@ jobs: repository: staffadmin/gitea-runner persist-credentials: false #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT - key: ${{ secrets.PRIVATE_KEY }} + ssh-key: ${{ secrets.PRIVATE_KEY }} # path: test # - name: Check out repository code # uses: actions/checkout@v3