Skip to content

Commit

Permalink
chore: add read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 23, 2024
1 parent 4b0bd1e commit d021573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
permissions:
contents: write
issues: write
pull-requests: read # Added read permission for pull requests
actions: read # Added read permission for actions

jobs:
publish:
Expand Down

0 comments on commit d021573

Please sign in to comment.