From 37b7110be06aefe91e7af6629f331bad8f3a65bd Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 26 Mar 2024 10:34:41 +0100 Subject: [PATCH] Fix worflow permissions. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ecee0fa..e425336f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true permissions: - contents: read # to fetch code (actions/checkout) + contents: write # for creating releases jobs: main: