From 56691a80068d142f7bce67704d6862fe5fef8010 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:19:32 +0100 Subject: [PATCH] [skip-changelog] fix ncipollo/release-action not being able to write (#2545) https://github.com/ncipollo/release-action/issues/208#issuecomment-1398625039 --- .github/workflows/release-go-task.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-go-task.yml b/.github/workflows/release-go-task.yml index e9fb5097c2e..f24caab458c 100644 --- a/.github/workflows/release-go-task.yml +++ b/.github/workflows/release-go-task.yml @@ -240,6 +240,8 @@ jobs: - create-release-artifacts - notarize-macos - create-windows-installer + permissions: + contents: write steps: - name: Checkout repository