From 95ef7abd42a863b5dab6ec007161f7a37567c7dc Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 13 Nov 2023 12:27:59 +0100 Subject: [PATCH] Fix gitlab-ci-lint: specify --project opt (duniterpy#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Necessary since GitLab v16 API change `GITLAB_PRIVATE_TOKEN`Â now has to be defined per-project --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e8f8d15..1bd14e91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,8 @@ repos: args: - "--server" - "https://git.duniter.org" + - "--project" + - "clients/python/silkaj" - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.3.1 hooks: -- GitLab