We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e2d07 commit 955bc50Copy full SHA for 955bc50
.github/workflows/build.yml
@@ -10,6 +10,8 @@ permissions:
10
pull-requests: write
11
# For pr-check to create a status
12
statuses: write
13
+ # Needed to create PR statuses/checks
14
+ checks: write
15
16
jobs:
17
# Run install in one step so deps can be cached for other steps
0 commit comments