From 58c18a04798da1c47c1f3125bc064fdbfc2eb7f5 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 11 Feb 2024 18:54:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Enable=20REVIEWDOG=5FGITEA=5FAPI?= =?UTF-8?q?=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.woodpecker/.lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/.woodpecker/.lint.yaml b/backend/.woodpecker/.lint.yaml index f7ad67f..4c7ac0c 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -7,6 +7,7 @@ steps: - name: ruff image: python:3.12-alpine failure: ignore + secrets: ["reviewdog_gitea_api_token"] commands: | wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest pip install ruff @@ -15,6 +16,7 @@ steps: - name: mypy image: python:3.12-alpine failure: ignore + secrets: ["reviewdog_gitea_api_token"] commands: | wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest pip install mypy