From b00b20c99bdb2a914a35e65fa9372f6e42685d65 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 4 Feb 2023 00:25:59 -0600 Subject: [PATCH] give action write permission for pull requests --- .github/workflows/dependabot-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependabot-sync.yml b/.github/workflows/dependabot-sync.yml index 0f3d9601298..349a63a908a 100644 --- a/.github/workflows/dependabot-sync.yml +++ b/.github/workflows/dependabot-sync.yml @@ -2,6 +2,8 @@ name: Sync Dependabot Bump on: pull_request: types: [opened, reopened, edited] +permissions: + pull-requests: write jobs: