From 44cec58a5713cb5ebbc44e64e314b88b553b8f75 Mon Sep 17 00:00:00 2001 From: Aidan Case Date: Mon, 1 Apr 2024 12:08:44 -0500 Subject: [PATCH] It might require write perms --- .github/workflows/build_all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index ea23427d93..eea6a8ad8c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -59,6 +59,8 @@ jobs: flatpak: name: "Flatpak" runs-on: ubuntu-latest + permissions: + contents: write container: image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged