We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a33b65f + 48ef76a commit afa2d5cCopy full SHA for afa2d5c
1 file changed
.github/workflows/build-report.yml
@@ -25,6 +25,8 @@ permissions:
25
contents: write # Allows writing to the repository (default is read-only)
26
packages: read # Allows reading GitHub Packages
27
actions: read # Allows reading workflow run information
28
+ statuses: write # Required if the action updates commit statuses
29
+ checks: write # Required if it updates GitHub Checks API
30
31
jobs:
32
build:
0 commit comments