Skip to content

Commit

Permalink
Fix auto-merge workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped authored May 23, 2024
1 parent 0098bcf commit 9529eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
needs: build-and-test
permissions:
contents: write
pull-requests: write
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 9529eb1

Please sign in to comment.