Skip to content

Commit

Permalink
Add minimum permissions to usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Apr 17, 2023
1 parent e8685ee commit fee13ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,8 @@ name: Dependabot Pull Request
on: pull_request_target
jobs:
build:
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Fetch Dependabot metadata
Expand Down

0 comments on commit fee13ec

Please sign in to comment.