Ver código fonte

Set persmissions for GH Actions

DarthSim 2 anos atrás
pai
commit
20db601820
1 arquivos alterados com 2 adições e 0 exclusões
  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