Skip to content

Commit

Permalink
Fix permisssion for depednabot update"
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Feb 24, 2024
1 parent 9df0986 commit 12103b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependabot-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ permissions: read-all
jobs:
dependabot:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 12103b6

Please sign in to comment.