浏览代码

Fix dependabot permissions (#7407)

Albert Johnston 3 年之前
父节点
当前提交
d541319949
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -154,6 +154,9 @@ jobs:
   dependabot:
     needs: verify
     runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
+      contents: write
     if: ${{ github.actor == 'dependabot[bot]' }}
     steps:
       - name: Dependabot metadata