浏览代码

Update CI

Loris Leiva 1 年之前
父节点
当前提交
5a6e76901e
共有 1 个文件被更改,包括 2 次插入0 次删除
  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: