From 5eec0f23fcf411f1c414607e992047eac4ee4cb9 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 7 Oct 2025 16:18:35 -0700 Subject: [PATCH] Allow top-level write permission for Docker push --- .github/workflows/ci-main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 3dec497..080cd46 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -1,7 +1,7 @@ name: Main CI permissions: - contents: read + contents: write on: push: @@ -143,8 +143,6 @@ jobs: path: pom.xml Containerize: - permissions: - contents: write runs-on: ubuntu-24.04-arm needs: [runTests, meta] steps: