Przeglądaj źródła

Set persmissions for GH Actions

DarthSim 1 rok temu
rodzic
commit
20db601820
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .github/workflows/release.yml

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

@@ -8,6 +8,8 @@ on:
 jobs:
   release:
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
       - name: Checkout
         uses: actions/checkout@v2