From 57abc36106f1c9093d85cd9d8d10b25f8e2e73f7 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:06:39 +0100 Subject: [PATCH] test ssh runner --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2d2fca8..65db75d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,8 @@ jobs: uses: actions/checkout@v3 with: repository: staffadmin/gitea-runner - token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT + #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT + key: ${{ secrets.PRIVATE_KEY }} # path: test - name: Check out repository code uses: actions/checkout@v3