Skip to content

Commit

Permalink
fix perms in publish workflow (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored May 16, 2024
1 parent 1d9fd1c commit 98efa1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ permissions:
jobs:
# calls our tests workflow
tests:
permissions:
pull-requests: write
contents: write
uses: ./.github/workflows/tests.yml

build-package:
Expand Down

0 comments on commit 98efa1a

Please sign in to comment.