Skip to content

Commit

Permalink
Grant the publish workflow actions:read
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Jan 10, 2024
1 parent 1b9b77a commit 6bd1b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-22.04
permissions:
actions: read
issues: read
contents: write
packages: none
pull-requests: write
issues: read
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 6bd1b51

Please sign in to comment.