Skip to content

Commit

Permalink
Merge pull request #16097 from JameelKaisar/update-actions-publish
Browse files Browse the repository at this point in the history
Add missing permissions to actions publish
  • Loading branch information
carlocab authored Oct 9, 2023
2 parents 5349b76 + 2779b8e commit a2d56ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/dev-cmd/tap-new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ def self.tap_new
pr-pull:
if: contains(github.event.pull_request.labels.*.name, '#{label}')
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit a2d56ce

Please sign in to comment.