We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded121b commit 48ef76aCopy full SHA for 48ef76a
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