From c82ee8a756b7faebb4d7ca4f543274c5a2415458 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Tue, 3 Dec 2024 09:14:05 +0100 Subject: [PATCH] Fix missing permission to close the milestone --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c158480861..298f3c6eaf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,8 @@ run-name: "Publish release from ${{ github.ref_name }} branch" permissions: # Needed to push the tag. contents: write + # Needed to close the milestone. + issues: write on: workflow_dispatch: