From 1d655c7ea76e2c564b2688a9ac675a686a5963f2 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Thu, 12 Dec 2024 10:20:56 +0000 Subject: [PATCH] chore: GHA release - set permissions Signed-off-by: Michal Fiedorowicz --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a0ec85..328952b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,6 +18,8 @@ env: permissions: id-token: write contents: write + issues: write + pull-requests: write jobs: get-python-package-name: