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