Skip to content

Commit f5aaa6e

Browse files
committed
chore: grant additional permissions to publish tests
I believe we might need additional permissions to get the tests to publish correctly.
1 parent 30cdb34 commit f5aaa6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
permissions:
99
packages: write # deploy to GitHub Packages
10+
contents: read # The following 4 permissions are needed to publish test results
11+
issues: read
12+
checks: write
13+
pull-requests: write
1014

1115
concurrency:
1216
group: "${{ github.workflow }} @ ${{ github.event.compare || github.head_ref || github.ref }}"

0 commit comments

Comments
 (0)