Skip to content

Commit

Permalink
Add write permissions for contents and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Feb 16, 2024
1 parent 0338e03 commit 7623784
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
lockfile:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7623784

Please sign in to comment.