From 7459f96e65212bfb7bdf3d134137df0d1bbf967a Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Wed, 1 May 2024 15:31:24 +0200 Subject: [PATCH] chore: add permissions for actions in ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f54585..989c401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: Continuous Integration on: [push] permissions: + actions: read contents: write packages: write security-events: write