From 125cee6ec4aa499e8195ee002ddf09cc76f27ee1 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Fri, 4 Aug 2023 19:06:34 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/container-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index fb7cb01..97876dd 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -15,5 +15,7 @@ jobs: - run: export - name: Check out repository code uses: actions/checkout@v3 + with: + token: ${{ GITHUB_TOKEN }} - run: echo "Testing" - run: ls