From aa77f7491aef88c2a8f13c690636c2e029b0784a Mon Sep 17 00:00:00 2001 From: "Erin E. Sullivan" Date: Fri, 11 Oct 2024 13:51:13 -0400 Subject: [PATCH] Adding permissions to resolve `403` error. --- .github/workflows/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f2baa1a5..65b7b86a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,12 +4,11 @@ on: pull_request: types: [opened] -permissions: - pull-requests: write - jobs: update-title: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: actions/checkout@v4 - name: Check conditions