From 3bce96a4dddbbaf074b0ba3219cd82e0ea652770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDygimantas=20A?= <12134941+azygis@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:22:09 +0300 Subject: [PATCH] Wait, pull request should allow CI to write as well --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83fbb8ea..128ffd96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,10 @@ on: - "src/**" - "test/**" +permissions: write-all + jobs: build-and-test: - permissions: write-all runs-on: ubuntu-latest services: