From 06432e847568dc8d6db9cf5c3e5c9778dc0f0bcf Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 10 Dec 2023 21:34:48 +0100 Subject: [PATCH] Fix workflow permissions. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a5fa159..db4bcf4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: # rebuild any PRs and main branch changes - main permissions: - contents: read + contents: write jobs: build: # make sure build/ci work properly