Skip to content

Commit 44fc874

Browse files
Add pull-requests permission to CI/CD workflow (#368)
Update the permissions for the Github Token so that test publishing can happen
1 parent 766b9ac commit 44fc874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
checks: write
1414
contents: read
1515
packages: write
16+
pull-requests: write
1617

1718
jobs:
1819

0 commit comments

Comments
 (0)