We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cdb34 commit f5aaa6eCopy full SHA for f5aaa6e
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,10 @@ on:
7
8
permissions:
9
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
14
15
concurrency:
16
group: "${{ github.workflow }} @ ${{ github.event.compare || github.head_ref || github.ref }}"
0 commit comments