From ed9cb7a672f3ba8d7124063be09f31a1c8a28c30 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:09:33 +0100 Subject: [PATCH] test runner --- .gitea/workflows/demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ca8c5a1..90c9316 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,11 +13,12 @@ jobs: uses: actions/checkout@v3 with: repository: staffadmin/gitea-runner + persist-credentials: false #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 + # - name: Check out repository code + # uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository