From 6a8040d287a5a8b8b078adcb531708cc51dfa955 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Sun, 15 Oct 2023 13:40:32 +0200 Subject: [PATCH] Issue 5786 - Update permissions for Release workflow Description: Release workflow needs write access to create releases. Fixes: https://github.com/389ds/389-ds-base/issues/5786 Reviewed-by: @droideck (Thanks!) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d7bf721f8..3a6b568f27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ on: permissions: actions: read packages: read - contents: read + contents: write jobs: build: