Skip to content

Commit

Permalink
Merge pull request #666 from UW-GAC/maint/pip-compile-permissions
Browse files Browse the repository at this point in the history
Add permissions for pip-compile workflow
  • Loading branch information
amstilp authored Aug 2, 2024
2 parents 68ef361 + 04ef27d commit 08cdd81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
pull-requests: write
contents: write

jobs:
update-requirements-files:
Expand Down

0 comments on commit 08cdd81

Please sign in to comment.