Skip to content

Commit

Permalink
chore: fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 19, 2024
1 parent 12d1872 commit c279732
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
issues: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c279732

Please sign in to comment.