Skip to content

Commit

Permalink
fix: add missing permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed May 31, 2024
1 parent b5978af commit 116cdbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependency-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
pull_request:
merge_group:

permissions:
pull-requests: write
contents: write
issues: write

jobs:
dependabot:
name: Auto-Merge Dependabot PR
Expand Down

0 comments on commit 116cdbe

Please sign in to comment.