Browse Source

Update CI

Loris Leiva 1 year ago
parent
commit
5a6e76901e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/main.yml

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

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