Loris Leiva 1 an în urmă
părinte
comite
5a6e76901e
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/main.yml

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

@@ -70,6 +70,8 @@ jobs:
     runs-on: ubuntu-latest
     if: github.event_name == 'push'
     needs: [lint, tests]
+    permissions:
+      contents: write
     outputs:
       published: ${{ steps.changesets.outputs.published }}
     steps: