Sfoglia il codice sorgente

ci(github): add contents write permission for release job

TheWildJames 8 mesi fa
parent
commit
c2580ac53f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -212,6 +212,8 @@ jobs:
   release:
     runs-on: ubuntu-latest
     if: inputs.release_type != 'Actions'
+    permissions:
+      contents: write
     needs:
     #- build-a12-5-10
     #- build-a13-5-10