Update tap-new.rb

This commit is contained in:
David C Hall 2023-10-11 19:40:04 -07:00 committed by GitHub
parent 8e65816335
commit a3887482bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ module Homebrew
runs-on: ubuntu-22.04
permissions:
contents: write
packages: #{args.github_packages ? "write" : "none"}
packages: #{args.github_packages? ? "write" : "none"}
pull-requests: write
steps:
- name: Set up Homebrew