Skip to content

Commit

Permalink
Adding permissions to resolve 403 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Oct 11, 2024
1 parent c206557 commit aa77f74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa77f74

Please sign in to comment.