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 e0ae2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:

name: Update dependencies

permissions: {}
permissions:
contents: write

jobs:
update:
Expand Down

0 comments on commit e0ae2a8

Please sign in to comment.