Kaynağa Gözat

fix build perms

Aneurin Barker Snook 11 ay önce
ebeveyn
işleme
91c1ace893
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      .github/workflows/build.yml

+ 3 - 1
.github/workflows/build.yml

@@ -18,7 +18,9 @@ jobs:
   build:
     name: Build and publish
     runs-on: ubuntu-latest
-    environment: ${{ inputs.environment }}
+    permissions:
+      contents: read
+      packages: write
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4