From e8a020d5397ccbd407dfad58c329ac164cdfc6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 28 Apr 2025 15:01:48 +0200 Subject: [PATCH] ci: github token permissions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf30fb..51342f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: branches: [develop, staging, main] +permissions: + contents: write + pull-requests: write + jobs: lint-commit: runs-on: "ubuntu-latest"