From: Jérôme Benoit Date: Fri, 15 May 2026 11:27:04 +0000 (+0200) Subject: ci: set explicit GITHUB_TOKEN read-only permissions X-Git-Tag: cli@v4.8.0~36 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f92e2ca1726ba0517d7b0a1e56d0c8b9f49400e1;p=e-mobility-charging-stations-simulator.git ci: set explicit GITHUB_TOKEN read-only permissions --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9fed035..03f85a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: types: [opened, synchronize, reopened] merge_group: branches: [main] +permissions: + contents: read + pull-requests: read + jobs: check-secrets: runs-on: ubuntu-latest