From 0bf4cb4886d8b9b4a5b0900d4762ae1539c9c049 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 7 Oct 2025 16:02:40 -0700 Subject: [PATCH] Allow Containerize write permission --- .github/workflows/ci-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index dd7aee8..3dec497 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -143,6 +143,8 @@ jobs: path: pom.xml Containerize: + permissions: + contents: write runs-on: ubuntu-24.04-arm needs: [runTests, meta] steps: