From 98afef6dafc3327d5c657564bce8e7f71a1a4c66 Mon Sep 17 00:00:00 2001 From: Immi000 Date: Tue, 24 Sep 2024 15:15:40 +0200 Subject: [PATCH] Update Workflow permissions --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39e66d5..c0c8ad1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,11 @@ on: - main - develop +permissions: + contents: write + checks: write + pull-requests: write + jobs: test: runs-on: ubuntu-latest