Browse Source

Add permission to Edit Dependabot PR workflow

Issue gh-14486
Marcus Hert Da Coregio 1 năm trước cách đây
mục cha
commit
45f8ab3401
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/edit-dependabot-pr.yml

+ 1 - 0
.github/workflows/edit-dependabot-pr.yml

@@ -15,6 +15,7 @@ jobs:
   edit-dependabot-pr:
     runs-on: ubuntu-latest
     if: github.actor == 'dependabot[bot]'
+    permissions: write-all
     steps:
 
       - uses: actions/checkout@v4