From b7342e4eb4d0ec68f10dfa2d1d056e0d1c07159c Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 5 Aug 2023 01:02:27 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/container-build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index 2ddb628..49af517 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -16,6 +16,4 @@ jobs: - run: ls - name: Check out repository code uses: actions/checkout@v3 - with: - token: ${{ secrets.github_token }} - run: echo "Testing"