From 30666723537907bec403367a4864ae0bdf5f36ab Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 16 Feb 2026 18:01:27 +0000 Subject: [PATCH] Add permissions for Docker job to write into packages --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3247f4..d85c508 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,6 +93,9 @@ jobs: name: Docker runs-on: ubuntu-latest timeout-minutes: 20 + permissions: + contents: read + packages: write steps: - name: Checkout uses: actions/checkout@v6