From 41621356b6ab16ccbb7488f36ed7c2f0427c1394 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Thu, 4 Jul 2024 15:05:48 +0200 Subject: [PATCH] ci: fix release workflow, by update permissions --- .github/workflows/make_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index d41472ee3..28bdb2f45 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -66,6 +66,7 @@ jobs: name: Create release permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + contents: write # IMPORTANT: this permission is mandatory for create release needs: - build_wheels - build_pyinstaller_bundle