From ddbe7fe53ecf70bc28352d3d216f51408202e9f4 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:07:35 +0100 Subject: [PATCH] test runner --- .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 65db75d..ca8c5a1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -14,7 +14,7 @@ jobs: with: repository: staffadmin/gitea-runner #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT - key: ${{ secrets.PRIVATE_KEY }} + #key: ${{ secrets.PRIVATE_KEY }} # path: test - name: Check out repository code uses: actions/checkout@v3