From f9c080f0fe5bbd06b3102704fb28721c6df22c8a Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:14:21 +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 90c9316..5a990c7 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 }} + key: ${{ secrets.PRIVATE_KEY }} # path: test # - name: Check out repository code # uses: actions/checkout@v3