Skip to content

Commit

Permalink
chore: fixed workflow permissions (#2291)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight authored Nov 1, 2022
1 parent 8c27b87 commit 25f5a50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Approve and enable auto-merge for dependabot
on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 25f5a50

Please sign in to comment.