From 1ed9361f622a489c775389373452f3e8fb1b477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= Date: Sat, 28 May 2022 11:29:15 +0200 Subject: [PATCH] Creating a release seems to require even more permissions --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ebbc09e..d340a6e 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,7 +2,7 @@ name: compile on: [push] permissions: - contents: read + contents: write deployments: write statuses: write