Loris Leiva 1 ano atrás
pai
commit
5a6e76901e
1 arquivos alterados com 2 adições e 0 exclusões
  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: