Skip to content

Commit

Permalink
permissions addition
Browse files Browse the repository at this point in the history
Adds additional permissions for dependency workflow
  • Loading branch information
p-galligan committed Mar 19, 2024
1 parent d3645eb commit f55c47b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f55c47b

Please sign in to comment.