From 9cd9c586073535ef8591d6c65fa7fed3cd50969c Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Wed, 8 May 2024 08:29:42 +0300 Subject: [PATCH] ci: Try to figure out what are the required permissions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e49bec1..3c0deb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: permissions: attestations: write id-token: write + contents: write steps: - uses: actions/checkout@v3