From 669e10355f22c3d8c5fe491c82cf28045333abf8 Mon Sep 17 00:00:00 2001 From: Jovan Gerodetti Date: Fri, 3 Nov 2023 22:56:16 +0100 Subject: [PATCH] CI needs security-events permissions on master (#4) --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b803e7c..52fbe9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,9 @@ on: env: CARGO_TERM_COLOR: always +permissions: + security-events: "write" + jobs: build: runs-on: "ubuntu-22.04"