From 12e5633c4d6db6a3956afb6d6b0441eaaf4752cb Mon Sep 17 00:00:00 2001 From: OlivierDehaene Date: Thu, 13 Apr 2023 16:32:37 +0200 Subject: [PATCH] fix(ci): fix ci permissions (#181) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7e8191e..7e98899 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,6 +33,7 @@ jobs: # This is used to complete the identity challenge # with sigstore/fulcio when running outside of PRs. id-token: write + security-events: write steps: - name: Checkout repository uses: actions/checkout@v3