Skip to content

Commit

Permalink
GitHub Actions: add "contents: write" permission for update-deps job
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkow committed Jun 28, 2023
1 parent b1c0c9d commit bba8bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Update dependencies
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: checkout
Expand Down

0 comments on commit bba8bfe

Please sign in to comment.