From 22cbb82ea8f2cf8804aeff40d949f9d3cfefb5b9 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 11 Jun 2023 22:39:06 +0200 Subject: [PATCH] Fix permissions. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2197c81..09dfff8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,8 @@ on: types: [published] permissions: - contents: write + contents: read + packages: write jobs: build: