From dd258fec5e9b01525a31cd9a6fb71ed4ce04e4db Mon Sep 17 00:00:00 2001 From: Daniel Kampert Date: Sun, 3 Nov 2024 12:21:57 +0100 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index a7268d5..29d2dd9 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -8,9 +8,6 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/inti-cmnb/kicad8_auto_full:latest - permissions: - contents: write - steps: - name: Checkout branch uses: actions/checkout@v4