From fc717cb8f3c006bcbbaea418beca8205e9059a77 Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Mon, 9 Oct 2023 07:10:07 +0000 Subject: [PATCH] Add CI permissions --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7a3322..d176c68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: check-code-style: name: Check code style runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository