Skip to content

Commit 98efa1a

Browse files
authored
fix perms in publish workflow (#1814)
1 parent 1d9fd1c commit 98efa1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
jobs:
1818
# calls our tests workflow
1919
tests:
20+
permissions:
21+
pull-requests: write
22+
contents: write
2023
uses: ./.github/workflows/tests.yml
2124

2225
build-package:

0 commit comments

Comments
 (0)